![]() |
CI4 debug/error reporting page not showing - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31) +--- Thread: CI4 debug/error reporting page not showing (/showthread.php?tid=80643) |
CI4 debug/error reporting page not showing - npad69 - 11-25-2021 Hello, I guess this is my first post here. Recently I keep seeing this error message every time there is an error in my code instead of the usual CI4 error debug page: Code: [b]Fatal error[/b]: Uncaught ErrorException: Undefined property: Config\Exceptions::$sensitiveDataInTrace in D:\virtual2\taskapp\vendor\codeigniter4\framework\system\Debug\Exceptions.php:242 Stack trace: #0 D:\virtual2\taskapp\vendor\codeigniter4\framework\system\Debug\Exceptions.php(242): CodeIgniter\Debug\Exceptions->errorHandler(2, 'Undefined prope...', 'D:\\virtual2\\tas...', 242) #1 D:\virtual2\taskapp\vendor\codeigniter4\framework\system\Debug\Exceptions.php(225): CodeIgniter\Debug\Exceptions->collectVars(Object(ErrorException), 500) #2 D:\virtual2\taskapp\vendor\codeigniter4\framework\system\Debug\Exceptions.php(232): CodeIgniter\Debug\Exceptions->CodeIgniter\Debug\{closure}() #3 D:\virtual2\taskapp\vendor\codeigniter4\framework\system\Debug\Exceptions.php(116): CodeIgniter\Debug\Exceptions->render(Object(ErrorException), 500) #4 [internal function]: CodeIgniter\Debug\Exceptions->exceptionHandler(Object(ErrorException)) #5 {main} thrown in [b]D:\virtual2\taskapp\vendor\codeigniter4\framework\system\Debug\Exceptions.php[/b] on line [b]242[/b] How can I fix this? TIA RE: CI4 debug/error reporting page not showing - kenjis - 11-26-2021 See https://forum.codeigniter.com/thread-80522.html?highlight=sensitiveDataInTrace |