Need to initialise session on Zeus server
« on: May 01, 2006, 05:00:13 AM »
Hi,

I'm on a Zeus webserver which means I need to iniate sessions as follows:-

ini_set("session.save_handler", "files");
session_save_path ("path_to_temp_dir/");

With the code base64_encoded, I can't fix that myself. And I get the following error:-

Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /clientdata/netregistry.net/www.netregistry.com.au/generator/index.php(2) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 43

Will I be able to get this script running?

Thanks

Dom
« Last Edit: May 01, 2006, 09:15:11 AM by dominic.onions »
Re: Need to initialise session on Zeus server
« Reply #1 on: May 02, 2006, 01:53:08 AM »
Hello Dom,
 
you can add this code to the end of config.inc.php file (it's not encoded).
Please note that this file will be overwritten when you save options at Configuration page, so you will have to re-enter this code again.