![]() |
Problem with displaying errors - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Problem with displaying errors (/showthread.php?tid=71399) |
Problem with displaying errors - John_Betong - 08-09-2018 I have struggled with the ouput from "/application/Views/html/error_exception.php" because the following output is not intuitive ![]() Quote:ErrorException #1 I modified "html/error_exception.php" and the output is now far more readable: Quote:TypeError PHP Code: <?php NEAR Line #190 ?> I also added a missing trailing </pre> where required in other parts of the script. I would be grateful if someone could check the proposed changes. |