Hi guys,
Just built a collection of new vms for my sites. They are all now running php 5.30 fpm-php under nginx.
The problem is, the deprec warning is causing a white page. Current issue is line 117 in index.
Deprecated: Function ereg() is deprecated in /mnt<snip>
Any ideas my php fu is weak.
Given the large number of ereg’s in the codebase I’ve taken to suppression.
I’ve updated the error_reporting options from (0) to (E_ALL ^ E_DEPRECATED); in order to find out why I still have a white page.
The domain does serve php as does other app’s on the nodes.