![]() |
Error Exception View 4.4.5 - 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: Error Exception View 4.4.5 (/showthread.php?tid=90169) |
Error Exception View 4.4.5 - 68thorby68 - 02-19-2024 Hi, I have just upgraded one of my projects to ver 4.4.5 and the Error Exception view does not seen to render correctly. .envĀ - CI_ENVIRONMENT = development I have also checked (as suggested in a previous thread) I am not using htmlspecialchars in any context on any page! Any help would be much appreciated? Thank you ![]() RE: Error Exception View 4.4.5 - kenjis - 02-19-2024 Did you update "app/Views/errors/html/error_exception.php"? You need to update files in "app/Views/errors/". |