View Single Post
  #5  
Old 2008-06-17, 02:20 PM
edelapatte edelapatte is offline
Senior Member
 
Join Date: Dec 2005
Posts: 24
Default 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.
Reply With Quote