Page 1 of 1

Failed install - Problem Solved

Posted: Sat Oct 07, 2006 12:51 pm
by Augustus
Creating additional_users table...[done]

Adding admin_bookmarks table...[done]

Creating adminlog table...[done]

Adding admin_recent_pages table...[done]

Creating content table...

Thats all she wrote.....

Does anyone have any idea why install should halt here?

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7

Re: Failed install

Posted: Sat Oct 07, 2006 1:42 pm
by tsw
hmm, anything in server logs?

Re: Failed install

Posted: Fri Oct 13, 2006 4:29 pm
by Augustus
Nothing in server logs refering to CMSMS that I can find.

It just stops installing the tables at about line 192 or schema.php.

Are any plain text files of the table structure and contents available anywhere? I can populate the database using phpmyadmin.

Re: Failed install

Posted: Fri Oct 13, 2006 4:31 pm
by tsw
install/schemas/ has the schemas, but there are things like {db_prefix} which need to be handled..

Re: Failed install

Posted: Fri Oct 13, 2006 11:19 pm
by Augustus
Problem Solved

I had to increase the Maximum execution time in php config to 420 secs to give the install script time to work.

Seems to quite a long time, never had this happen before on other cms scripts. I'm wondering if I have a slow system
or the installer has a lot to do.

However it is installed and I can evaluate it.

Thanks for your replies