i become during preinstall process follow error:
The requested URL /gallery2/install/Strict Standards: Non-static method GallerySetupUtilities::areCookiesSupported() should not be called statically in /var/syscp/webs/Patrick3/gallery2/install/index.php on line 318index.php was not found on this server.
i found here in the forum a help to change my php.ini (3x in /etc/php.)
i changed the error reporting to :
error_reporting=E_ALL &~(E_NOTICE | E_STRICT)
later restart the apache..
same issue.
( safe mode is off etc...)
Gallery version 2.3
PHP version 5.2.6-1+lenny3
Webserver (e.g. Apache 1.3.33): Apache2.29
Database (e.g. MySql 5.0.32):mysql 5
Activated toolkits (e.g. NetPbm, GD):gd
Operating system (e.g. Linux): debian lenny
Browser (e.g. Firefox 2.0): IE 8
Posts: 32509
which exact php.ini file did you change?
debian uses different php.ini files for php as a command line binary vs. php as run by apache.
you can check your apache's php settings by creating a phpinfo.php file and browsing to it.
see: FAQ: What information is required when I ask for help in the forums?
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 3
ok thanks..
the php.ini in my /var/website-xyz/fcgi/webistexyz/php.ini isn´t the same like /etc/php5/apache/php.ini.
thanks for the help.