![]() |
404 with Flame Toolbar? - 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: 404 with Flame Toolbar? (/showthread.php?tid=77018) |
404 with Flame Toolbar? - ci_anon - 07-11-2020 Is there a way to get the Flame Toolbar with CI-generated 404 responses? Noob here. I'm trying to make additions to completed ci-news tutorial. The throw is currently: throw new \CodeIgniter\Exceptions\PageNotFoundException($page); Other ideas welcome too. access.log isn't much help. Thanks. RE: 404 with Flame Toolbar? - InsiteFX - 07-12-2020 Your getting that error because it cannot find the page that you are requesting. Without seeing your code it's hard for us to help you on this one. Check the page your calling that is where the error is coming from. RE: 404 with Flame Toolbar? - ci_anon - 07-13-2020 Understood re page not found. No specific code to post, I'm just experimenting with routing. Really what I'm asking about is debugging capabilities. 1) Is there a way to track which routing statement is being triggered for a given browser request? 2) Is there a way to step through code, like a debugging console? |