ZenphotoCMS Forum
install not reporting correct PHP values - 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 not reporting correct PHP values (/thread-10837.html)



install not reporting correct PHP values - opentoe - 2013-02-11

When you run the install it comes back with some errors it finds and recommendations to make changes in your php system. When I run my phpinfo, the current settings I'm using are contradicting what the installer is telling me. For example, display_errors. Mine are disabled, but the installer is coming back and telling me they are enabled. I am getting my current settings by running the standard way of getting them-> .
Any ideas on why the installer is reporting back wrong info? Thanks!




install not reporting correct PHP values - sbillard - 2013-02-12

Zenphoto version?

Be aware that PHP info reports back the strings it finds, not necessarily the "setting" of values. For instance if your php.ini file has set an On/Off item to the string "Off" you have actually set the value to a boolean true which is really On.

Setup reports back the "truth" settings of these items.