Installation step 2 fails: Failed to initialize storage
Posted: Sat Oct 23, 2004 1:30 am
I'm trying to install CMS 0.7 on a Debian computer. I unpacked the tarball into /var/www/cms (DocumentRoot being /var/www) and followed the instructions in the INSTALL file. I can run the first stage of the install, and it reports everything as successful. The second stage fails with this error:
Fatal error: session_start(): Failed to initialize storage module. in /var/www/cms/include.php on line 32
I have tried this both with a modified config.php (taken from the sample config, and adapted to my own settings) and the one autogenerated by cmsmadesimple when it is first run. The error is the same.
The permissions on the various files all seem to be OK, and I can log into mysql with the specified username and password. phpMyAdmin works fine, and I had a functioning drupal install yesterday, so I don't think it's a problem within PHP.
Here's my system's stats:
Linux ragabash 2.4.24 #9 Sat Apr 3 23:34:04 EST 2004 i686 unknown unknown GNU/Linux
Apache 1.3.31
PHP 4.3.3RC3
(Most things are installed from debs, but cmsmadesimple is just untarred.)
I do note that, although the 404 page on my server reports apache 1.3.31, the "apache" section of phpinfo() mentions 1.3.27. I don't know if that is relevant or not.
Does anyone have any idea of what the problem is or how to fix this?
Fatal error: session_start(): Failed to initialize storage module. in /var/www/cms/include.php on line 32
I have tried this both with a modified config.php (taken from the sample config, and adapted to my own settings) and the one autogenerated by cmsmadesimple when it is first run. The error is the same.
The permissions on the various files all seem to be OK, and I can log into mysql with the specified username and password. phpMyAdmin works fine, and I had a functioning drupal install yesterday, so I don't think it's a problem within PHP.
Here's my system's stats:
Linux ragabash 2.4.24 #9 Sat Apr 3 23:34:04 EST 2004 i686 unknown unknown GNU/Linux
Apache 1.3.31
PHP 4.3.3RC3
(Most things are installed from debs, but cmsmadesimple is just untarred.)
I do note that, although the 404 page on my server reports apache 1.3.31, the "apache" section of phpinfo() mentions 1.3.27. I don't know if that is relevant or not.
Does anyone have any idea of what the problem is or how to fix this?