PDA

View Full Version : PHPLD: Warning: session.save_path () is not set error, How to solve this ?


Pablo
2015-09-01, 07:28 AM
I am getting the following error during the installation.
Session Save Path writable? Warning: session.save_path () is not set.
Please help me how to overcome this problem.

Tabor City
2015-09-01, 07:30 AM
in the config.php

add
ini_set ('session.save_path', '/tmp');