I have a weird problem that I cant nail down. I'm hoping someone else can point me to the issue quickly.
I have a v1.2.2 server in production. Debian 7 - was patched as of a week or so ago. It has no problems with the PHP codebase running on it. The PHP error level is set at default.
I've just built myself a fresh v1.2.9 server in a test VM and installed the same code that is running in production. Its patched as of this week... so a newer PHP, (Sept 10th vs May 22nd). The PHP error level is set at default.
Both are running apache_php_fpm
My fresh new server likes to throw all sorts of PHP NOTICES and STRICT warnings up.... these are not showing on the older version of PHP.
I can disable it page by page by doing an error_reporting(0); in the scripts - but not by setting the config value in the panel to "Do not show any error".
Have I missed something in the config? Should I be setting this in the site php.ini instead?