Why do I get this error: Fatal error: session_start(): Failed to initialize storage module: user…?
Some other application has setup PHP to use a user-defined session handler. Gallery, however, doesn’t run its own handler and relies on PHP to handle things. To correct for this, add this line to the end of your .htaccess file: php_value session.save_handler “files” This should fix it if you host allows you to edit PHP directives in .htaccess. If not, you may need to contact them to get it changed globally.
Related Questions
- Why do I get the "The application failed to initialize properly" or "MSCOREE.DLL was not found" error message when running the compiled program?
- Why is the agent showing an error in my PostgreSQL discovery about authentication failed for user "postgres"?
- Why do I get this error: Fatal error: session_start(): Failed to initialize storage module: user...?