Re: Need Help about Server Error 500 Blank Page

2013-01-22 Thread mraheel83
I checked all files PHP, Apache and CakePHP Logs. Only access log is updating with the address and 500 Error. -- View this message in context: http://cakephp.1045679.n5.nabble.com/Need-Help-about-Server-Error-500-Blank-Page-tp5713337p5713341.html Sent from the CakePHP mailing list archive

Re: Need Help about Server Error 500 Blank Page

2013-01-22 Thread lowpass
On Mon, Jan 21, 2013 at 8:32 AM, mraheel83 mrahee...@gmail.com wrote: I checked all files PHP, Apache and CakePHP Logs. Only access log is updating with the address and 500 Error. That's strange. Try adding this to your bootstrap.php error_reporting(-1); This will tell PHP to output all

Need Help about Server Error 500 Blank Page

2013-01-21 Thread mraheel83
It gives blank page and with Debug as 0 it gives Server Error 500 Error and debug log under /app/tmp/ not appending any error. Please advice me how should I fix this problem. Thanks -- View this message in context: http://cakephp.1045679.n5.nabble.com/Need-Help-about-Server-Error-500-Blank-Page