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();
}
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.