Re: Warning errors in PHP
This tells me a story:
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/public_html/tmp/) in Unknown on line 0
Open your php.ini and change the instruction session.save_path from /home/public_html/tmp/ to /home/public_html/tmp (without the slash).
Another option: set your session path in config.php (in the Sugar root directory) to say cache/session/ (with slash) and create a directory cache/session with 775 and the webserver user as owner.
__________________________
Robert Laussegger
http://www.iscongroup.net
Bei Fragen: support@iscon.at
Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
Ab sofort auch mit 6.4.2
Bookmarks