![]() |
bug in System-Debug-Exceptions - 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: bug in System-Debug-Exceptions (/showthread.php?tid=80016) |
bug in System-Debug-Exceptions - badger - 09-02-2021 at line 278, if $viewFile has not been set, the debugger will crash with unknown variable $viewFile. so at line 258 i set $viewFile='"" and changed line 278 to if(strlen($viewFile)>0) include $viewFile; // @phpstan-ignore-line bill RE: bug in System-Debug-Exceptions - InsiteFX - 09-03-2021 If it is a true bug report it to the Development Team on GitHub issues. RE: bug in System-Debug-Exceptions - badger - 09-03-2021 (09-03-2021, 03:10 AM)InsiteFX Wrote: If it is a true bug report it to the Development Team on GitHub issues. ok, done dat |