by dougwo on Sun Nov 04, 2012 5:02 am
I have two applications on my server, one that I haven't touched for a couple weeks. I ran the update on Centos 6.3 and ZF upgraded from 1.11 to 1.12. Now I get WSOD on both apps. Any ideas what changed in the configuration between 1.11 and 1.12 that might cause this? I have been looking for two days now and am stumped. If there is a release note on this I apologize, I must have missed it. If this helps I can put a die("foo") at the end of my Bootstrap.php file and I can see the foo. The apps require login so my plugin spawns the auth controller. I put die("foo") at the beginning fo the indexAction in the Auth and I never see it. Something dies between the Bootstrap and the AuthController.