Hi everyone,
I can’t seem to figure out why my debug mode isn’t working.
I go to a page, and it says: “This page is currently offline due to an unexpected error. We are very sorry for the inconvenience and will fix it as soon as possible. Advice for developers and administrators: Enable debug mode to get further information about the error.”
This is what my config/config.php looks like:
<?php
return [
'debug' => true
];
?>
Nothing seems to change.
I have tried restarting my local server. I’m on Kirby 3.9 with PHP 8.2 locally on MAMP.
Thank you!