Whenever there's a php error in a view, I get a completely blank page in my browser. I can live with it but it's annoying and I wonder if anyone knows a solution.
Some info - I use Cake 1.2 on Apache - php.ini has "display_errors = On" and "error_reporting = E_ALL", and I get to see php errors in normal php scripts that I run on this server (my PC), so I assume the server config is not the problem - My Cake debug level = 3 and errors in controllers are reported by Cake just fine, only errors in views cause the problem - when I get the blank page, it seems it actually crashes the Apache server as Apache's error.log says: [Tue Jun 10 19:02:49 2008] [notice] Parent: child process exited with status 3221225477 -- Restarting. [Tue Jun 10 19:02:49 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.6 configured -- resuming normal operations --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
