Hello, I'm currently installing a Sugar instance. I get two errors or warnings, the session save path dissappear if I turn on Safe mode inside ispconfig, but sugar doesn't want safe mode turned on. I'm using Fedora. I also tried manually editing the /etc/php.ini file with no effect. My guess is that I'd have to put something in the "Apache Directives" field in the ISPConfig. Any ideas??
try this Edit "/etc/php4/apache2/php.ini" and set this: memory_limit = 32M session.save_path = /var/tmp and, check if /var/tmp exist and if it has 777 permisions.
I'm running Fedora. I get to the apache stuff through /etc/httpd..... and my php.ini is in /etc/php.ini I've tried setting the stuff in php.ini, but for some reason its not recognizing it there... I have the memory_limit set to 40M there and I already did a chmod 777 on the directory it has the session_save_path as
try to look for other php.ini's try a find / -name "php.ini", to see if are other config fie that could be used by apache. Just to be sure, are you restarting apache when you change the php.ini ?. Are you using mod_php or php-cgi ?
ok, I added this to the "Apache Directives" section in the config for the site in ISPConfig... Now, everything greens up, but I get this new error....
Try to remove Code: php_admin_value open_basedir /var/www/html/web10/ and make sure PHP Safe Mode is disabled.