This is an old revision of the document!


PHP Fatal error: session_start(): Failed to initialize storage module: files (path: )

Error: [STDERR] PHP Fatal error: session_start(): Failed to initialize storage module: files (path: ) in /usr/share/phpmyadmin/libraries/session.inc.php on line 81

Solutions: PHP session failed to start due the session can not be initiated. Modify php.ini file and specify the session.save_path ( for example: /tmp or any other directory PHP process has permission), which will fix the problem.

  • Admin
  • Last modified: 2015/07/27 21:11
  • by Michael Alegre