
Originally Posted by
ERPWorx I'm having the same problem on a locally installed copy of SugarCRM v4.01. What do I need to change to resolve this setup issue: Writable Session Save Path () Not A Valid Directory
Thanks in advance, Henry
Look in your php.ini file and see what your session_save path is, it should look like this:
Code:
; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored. Note: Windows users have to change this
; variable in order to use PHP's session functions.
session.save_path = /tmp
and make sure the path that it points to can be written to by the apache user. You could see the tutorial on my website under "docuemnts"
Bookmarks