![]() |
Error reporting. - 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: Error reporting. (/showthread.php?tid=26773) |
Error reporting. - El Forum - 01-22-2010 [eluser]rossmurphy[/eluser] I have error_reporting(E_ALL) set and log errors set. But nothing displays on my linux server. But on my local windows box it displays fine. Any ideas? Same site on both exactly, same settings. Error reporting. - El Forum - 01-22-2010 [eluser]danmontgomery[/eluser] Check apache error log? Error reporting. - El Forum - 01-22-2010 [eluser]Boris Strahija[/eluser] Try adding this: Code: error_reporting(2047); Error reporting. - El Forum - 01-22-2010 [eluser]JoostV[/eluser] Or in .htaccess Code: php_flag display_errors on |