This is an old revision of the document!


Troubleshooting PHP Execution Errors

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

Solution:
The PHP session failed to start as the session could not be initiated. To fix this, modify the php.ini file and specify session.save_path ( for example: /tmp or any other directory the PHP process has permission to enter).

  • Admin
  • Last modified: 2015/11/09 17:21
  • by Michael Alegre