install not reporting correct PHP values

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-> <? phpinfo(); ?> .
Any ideas on why the installer is reporting back wrong info? Thanks!

Comments

  • 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.
Sign In or Register to comment.