hi
im trying to setup gallery3 on one of my virtual domains
the software (gallery3) is moaning about
" Error: your server is configured to use the suhosin.session.encrypt
setting from Suhosin. You must disable this setting to upload photos."
the "/vars/www/virtual/example.com/htdocs/gallery3/php.ini"
has the "suhosin.session.encrypt setting" and its already set to off
yet the gallery3 software still throws up the above error.
so i wondering which other php.ini löcation should i set to off?
is it possible to only effect just one domain (the domain that has the gallery)
i did look in "/var/www/fcgi/example.com/php5/php.ini" but i could not see
anything relating to suhosin.
all the php.ini files on my system
--------------------------------------
/etc/php5/cgi/php.ini
/etc/php5/cli/php.ini
/etc/imscp/fcgi/parts/master/php5/php.ini
/etc/imscp/fcgi/parts/php5/php.ini
/usr/local/src/imscp/configs/debian/fcgi/parts/master/php5/php.ini
/usr/local/src/imscp/configs/debian/fcgi/parts/php5/php.ini
/var/www/fcgi/master/php5/php.ini
/var/www/fcgi/example.com/php5/php.ini
/var/www/fcgi/otherexample.com/php5/php.ini
/var/www/virtual/example.com/htdocs/gallery3/php.ini
thanks