Article retrieved from the following URL:
http://itechlog.com/open-source/2009/02/18/sugarcrm-installation-error-sessionsave_path-not-set/
SugarCRM Installation error: session.save_path not set
“The session.save_path setting in your php configuration file (php.ini)
is not set or is set to a folder which did not exist. You might need to
set the save_path setting in php.ini or verify that the folder sets in
save_path exist.”
Before you attempt to follow my instructions here, please check that the session.save_path in your php.ini is properly set and that your webserver is behaving normally.
This error is apparently a bug in the installation process of SugarCRM so to get past it you need to edit a PHP file.
- Open the file SystemCheck.php (it is located in the install folder)
- uncomment lines 184 to 210 (just place /* on line 183 and */ on line 211)
- save file and restart installation
This error still occurs in v5.5. The file name is installSystemCheck.php not SystemCheck.php and lines start around 240 in v5.5