CodeIgniter Forums
Blank page on PHP Errors - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Blank page on PHP Errors (/showthread.php?tid=39091)



Blank page on PHP Errors - El Forum - 02-28-2011

[eluser]CodyMays[/eluser]
Hey guys,
I'm starting out with CodeIgniter 2.0.0 and I'm having a slight issue. I'm running everything in MAMP. Error log level in config.php is set to 0. Every time there is a php error (such as making a typo on a method), I get a blank page. Permissions are correct on my log directory and log files are written if I enable it. I know they are PHP errors via php_log.

Any advice would be greatly appreciated. If more info is needed, just ask.

Thanks!


Blank page on PHP Errors - El Forum - 02-28-2011

[eluser]cahva[/eluser]
If you want the errors on screen, set display_errors to On in the settings. I dont use MAMP but it should be found in the same place where you normally change PHP settings.


Blank page on PHP Errors - El Forum - 02-28-2011

[eluser]CodyMays[/eluser]
Thanks, man! I feel stupid after that. I should have thought of that one. This is why I usually spend time configuring stuff for myself...but I figured I would try MAMP out for once -.-