![]() |
Error 500 on loading 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: Error 500 on loading toolbar (/showthread.php?tid=80951) |
Error 500 on loading toolbar - sprhld - 01-06-2022 Hello! Since a few days I can not use the toolbar. The application works but there is a error 500 when the tollbar is called. I can't insert a screenshot, so this is the awnser, copied from developers tool in FF PHP Code: HTTP/2 500 Internal Server Error I removed all collectors, to check where it comes from, but there is still error 500. Seems the core of the toolbar throws the error. I also checked the logfiles but there is only a entry like in the networktraffic in developer toolbar. So my idea was to open only the toolbar, hopefully it writes me a more helpful log. I opened "dashboard/?debugbar", which becomes "dashboard?debug" and a JS script appears. Thats it, no changes in my logfiles ![]() Some more investigation ideas??? RE: Error 500 on loading toolbar - sprhld - 01-06-2022 Okay... In my case, it was a running node.js. I don't know why and I don't know how, I just know it did, I deactivated it now and everything works... RE: Error 500 on loading toolbar - nc03061981 - 01-06-2022 I'm too, after upgrate to ver 4.16 loading debug toolbar error loading file RE: Error 500 on loading toolbar - sprhld - 01-06-2022 Should I switch to "unsolved"? ;-) It would be nice to know how to solve error 500 messages. In some cases, while installing CI on my webspace, I got messages in my logfile. But not in that case. RE: Error 500 on loading toolbar - nc03061981 - 01-06-2022 At here https://github.com/codeigniter4/CodeIgniter4/pull/5543 |