I have a problem when developing with October 4: everytime there is an error, I see the theme 404 page in the browser (even if I’m working in the backend), instead of the normal detailed error page with the tracelog, so each time I have to check the logs. I have app.debug option correctly enabled. What should I do to see the stack trace in the browser?
2 Likes
Same here - event though debug is set to true instead of seeing stack trace I see generic error. Any fixing ideas ?
Is this it: CMS error page is no longer rendered for exceptions in non-AJAX context · Issue #5941 · octobercms/october · GitHub
?
3 Likes
Yes! Fixed in CMS error page is no longer rendered for exceptions in non-AJAX context · Issue #5941 · octobercms/october · GitHub
Thank you!
2 Likes
How to update to 4.0.11?
Hey @burzuy,
I see there’s a tag for 4.0.11: Release v4.0.11 · octobercms/library · GitHub
- If you’re already on October V4, you can just run
composer update
. - If you’re still on October V3 and want to upgrade to October v4, here’s the upgrade guide