Re: The session.save_path setting in your php configuration file (php.ini) is not set
Hi,
those who have problems installing Sugarcrm on a hosted server. If these are managed with Plesk v8.x than you always have trouble around session save path. Since a Plesk-Hosted server has its own vhosts area (the one in php.ini is at server level).
The best thing to do is put something the following in .htaccess: php_value session.save_path /yourdomain/tmp/ Of'course first put the .htaccess file in the directory where Sugar will be installed before doing the actual install.
|