View previous topic :: View next topic |
Author |
Message |
treacle -
Joined: 07 Jan 2008 Posts: 1
|
Posted: Mon Jan 07, 2008 12:43 pm Post subject: PHP My Admin Error |
|
|
I've installed PHP My Admin and keep getting this message?
Can anyone let me know what might be wrong in my setup?
Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: user (path: /tmp) in /clientdata/clients/b/a/mydomain.com.au/www/phpMyAdmin/libraries/session.inc.php on line 86 |
|
Back to top |
|
 |
pkSML -
Joined: 29 May 2006 Posts: 955 Location: Michigan, USA
|
Posted: Mon Jan 07, 2008 9:15 pm Post subject: |
|
|
Take a peek at your php.ini file and look for the session configuration.
Of special interest are these two directives:
session.save_handler = files
session.save_path = "/tmp" _________________ Stephen
Need a LitlURL?
http://CodeBin.yi.org |
|
Back to top |
|
 |
|