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
Failed install - Problem Solved
Failed install - Problem Solved
Last edited by Augustus on Fri Oct 13, 2006 11:20 pm, edited 1 time in total.
Re: Failed install
hmm, anything in server logs?
Re: Failed install
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.
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
install/schemas/ has the schemas, but there are things like {db_prefix} which need to be handled..
Re: Failed install
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
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