![]() |
|
Install problem - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Install problem (/thread-9482.html) |
Install problem - Jole - 2012-01-14 I have some problems with installing new version zenphoto-1.4.1.6 on new site. I see warnings: "PHP version 5.2.17 "PHP Register Globals [is set] "PHP magic_quotes_gpc [is enabled] Probably I can contact my host provider to turn off magic quotes and register globals, maybe they will do that, but still will Zenphoto work on PHP version 5.2.17? I tried to turn off magic quotes and register globals with php.ini and .htaccess files like this: For php.ini register_globals=off For .htaccess php_flag magic_quotes_gpc off But still Zenphoto setup is telling me again that warnings. What I can or should do? Install problem - acrylian - 2012-01-14 You might need to contact your host about that. Maybe you are not allowed to change the php.ini values at all. (or need to do that via .htaccess as it is setup on some hosts incl. mine). Install problem - Jole - 2012-01-14 My install shows me 3 orange question marks for: [b] and 1 red mark for [b] and if I am right this (PHP Register Globals [is set] ) is main problem, right? About: I already tried that: [b] And if not, is there any earlier version which will work on PHP version 5.2.17? Install problem - acrylian - 2012-01-14 Yes, the register globals is the main problem as it is an error and the others are warnings. The htcaccess code looks right (but if it works in a php.ini or htaccess only your host can answer). Zenphoto should work on PHP 5.2+, 5.3 is a recommendation as we mainly test and develop on that (5.3 is the official current php version).. Install problem - sbillard - 2012-01-14 Your settings look correct. But please check that there are no quotation marks. |