Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why do I get this error: Fatal error: session_start(): Failed to initialize storage module: user…?

0
Posted

Why do I get this error: Fatal error: session_start(): Failed to initialize storage module: user…?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123