I'm getting this at the bottom of my page, where the debug bar should be. What is the problem?
This request: http://localhost:81/xxx/web/debug/default/toolbar?tag=5578f180963e82.28312577
is returning 404.
I need to see the error message & stack trace generated when I log to Yii::error()
. It's not showing in runtime/log/app.log
, so I need the debug bar.
I removed files from
frontend/runtime/debug
andfrontend/runtime/cache
and nothing was changed.But when I removed all folders from
frontend/runtime
then it started to work.