Re: installation 4.51 getting Writable Session Save Path() Not A Valid Directory
Hello joeberg,
Just to check things out, where is your session directory? If you want to really check the directory that Sugar is using, you can create a test PHP file like this:
PHP Code:
<?php echo 'My session directory is: ' . session_save_path(); ?>
Check the permissions on that directory (by running something like ls -l), then paste those permissions here so we can take a look. It's also important to know the user/group which has permissions to the directory. Can you find out which user apache is running as?
Also, if you can make changes to php.ini but cannot restart apache, can you get somebody else to restart apache for you? It should only take one restart to get this working.
Julian Ostrow
Systems and Applications Engineer
SugarCRM Inc.
Bookmarks