|
|
| Author |
Message |
biapar Beginner
Joined: 06 Feb 2004 Posts: 6
|
Posted: Thu Feb 12, 2004 9:08 am Post subject: Fatal error: session_start(): config.php on line 37 |
|
|
i have this error:
Fatal error: session_start(): Failed to initialize storage module. in /var/monitor/netmrg/include/config.php on line 37
In php.ini I have setup
session.save_handler = user
because another sw request it. How can I solve these problem?
:?: :?: |
|
| Back to top |
|
 |
balleman Site Admin
Joined: 20 Jan 2003 Posts: 282
|
Posted: Sat Feb 14, 2004 3:34 pm Post subject: |
|
|
PHP's session docs don't help very much, but you could try using an htaccess file to override this setting for NetMRG or your other software. You could also try setting it with ini_set() in config.php before the session is started.
Please let us know if these work. |
|
| Back to top |
|
 |
|