MachForm Fix: Warning: session_start() [function.session-start]: open

To fix this, you can edit the php.ini file and set the value of "session.save_path" properly.

If you don't have any access to the php.ini file, you can edit the "includes/init.php" file. Search around line 10 for this code:

session_start();

exactly above that line, add this code:

ini_set("session.save_path","/var/tmp/session");

change "/var/tmp/session" with your own folder path. The folder need to be a valid and writable.

Add to Favourites  Add to Favourites    Print this Article  Print this Article

Was this answer helpful?

Language:
Oops!

Oops!

Something went wrong and we couldn't process your request.

Please go back to the previous page and try again.

Whoops\Exception\ErrorException: Module 'redis' already loaded in Unknown:0
Stack trace:
#0 /home/inturac/public_html/clients/vendor/whmcs/whmcs-foundation/lib/Utility/Error/Run.php(0): WHMCS\Utility\Error\Run->handleError(32, 'Module 'redis' ...', 'Unknown', 0)
#1 [internal function]: WHMCS\Utility\Error\Run->handleShutdown()
#2 {main}