Second Page of install.php blank

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Anonymous

Second Page of install.php blank

Post by Anonymous »

Hi All,
I've just been playing with the demo of CMS and it seems like it fits my needs just right!

I downloaded it and have been trying to install it onto my server. PHP 4.3.10, Apache 1.3.33 on a FC3 system. Step 1 works fine, however whenever I hit continue and go to install.php?step=2, I get this from the logs:

Code: Select all

[Fri Feb  4 18:30:49 2005] [notice] child pid 10548 exit signal Segmentation fault (11)
[Fri Feb  4 18:30:49 2005] [notice] child pid 10555 exit signal Segmentation fault (11)
Any ideas?
Thanks!
--
Taj[/code]
Anonymous

Second Page of install.php blank

Post by Anonymous »

I found the problem. Turned out I had a .htaccess file in the parent directory. This line was the problem:

Code: Select all

php_value session.save_handler    user
If this is changed to:

Code: Select all

php_value session.save_handler    file
or even just removing the line will fix the problem. Fix:
Add this .htaccess file to the directory that has CMS installed:

Code: Select all

php_value session.save_handler    file
All fixed!
Hope this helps someone else...

--
Taj
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Second Page of install.php blank

Post by Ted »

Wow! That's an obscure problem... and fix. Thanks for finding that!
goosegg

wow

Post by goosegg »

I had the same problem. I wouldn't have found the answer. But thanks to you, within minutes of running of into it, I was around it.

Thanks again.
peter

Re: Second Page of install.php blank

Post by peter »

I have this problem too but my htaccess.txt is in the Doc directory, it is just a standard installation use FTP. Where did I go wrong?
peter

Re: Second Page of install.php blank

Post by peter »

OK. So the htaccess file that comes with CMSMS is inactive. That's good since there is a .htaccess in the root.
Nevertheless the second stays blank ... Can it be caused by the database connection?
peter

Re: Second Page of install.php blank

Post by peter »

My username and password, I guess. But even disabling this file doesn't help.
peter

Re: Second Page of install.php blank

Post by peter »

Problem solved. For some reason version.php was not uploaded. That caused the blank 2nd page.
Locked

Return to “[locked] Installation, Setup and Upgrade”