Sun Jan 13 2008, 11:56AM
I use lightbox 1.4 and on the admin area I get error message:
Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: files (path: ) in /www/HDD0/wsb_sub/#fizi#/e107_plugins/lightbox/admin_config.php on line 51


What make with this?

Lightbox v1.4
e107 v0.7.11

If I delete from admin_config.php this lines:
// Start Session if it's not already started
if ($pref['user_tracking'] != "session") {
	session_start();
}


admin area appears normally.

[ Edited Sun Jan 13 2008, 12:06PM ]
Back to top
Sun Jan 13 2008, 03:01PM
PHP problem.
Back to top
Sun Jan 13 2008, 05:10PM
What php problem - server problem...?
If I delete lines what I wrote, It's wrong?
Back to top
Sun Jan 13 2008, 08:03PM
Not a solution at all. Your server can't create session (I suppose because of wrong session path) which is the main problem in your case. You have to solve it and not to delete parts of the Lightbox' script.
Back to top
Moderators: SonicE, veskoto, SecretR, Stoewarius, steved, McFly, Cameron, yanniiwanow
Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF

Jump:     Back to top