PDA

View Full Version : Error


Shorty
05-18-2004, 04:17 PM
Fatal error: session_start(): Failed to initialize storage module. in /home/.sites/70/site4/web/index.php on line 7

I get this error after the install, when i go to the index.php page, any ideas where to start please ? :)

Ziad
05-18-2004, 04:31 PM
Hi Shorty, welcome to Subdreamer!

This is strange bug in php: http://bugs.php.net/bug.php?id=25876

You will need server access to prevent this error. If you don't have that type of access, then please contact your webhost and report the bug and solution.

Here is one solution: Open up php.ini and make sure you have session.save_handler = files

Other values, such as "session.save_handler = user" are known to fail. Make sure these values are also not getting set in your httpd.conf file either.

There are several other solutions listed on the link provided.

Shorty
05-18-2004, 05:30 PM
Great news i had changed this the other day,when i was testing another CMS system, but im glad i chose Subdreamer, thanks for the quick response.

FYI it was the php.ini setting session.save_handler=user, changed this and all seems well :)

Shorty

Ziad
05-18-2004, 05:33 PM
ah perfect!