HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Basic page application plugin not working with 2021.011
Hello,
I have updated my forum to 2021.011, uploaded basic page to the "applications" folder. Remove the cache addon.php file and refreshed.
I am getting this:
Something has gone wrong.
We've run into a problem and are unable to handle this request right now.
Please check back in a little while.
How to log errors in the vanilla open source version please?
Thanks,
Ben
0
Comments
Create a log file named log.txt in the root of your installation folder.
Update your config.php file with 2 lines:
$Configuration['Garden']['Debug'] = true;
$Configuration['Garden']['Errors']['LogFile'] = 'log.txt';
This will output debugging info in the browser as it happens and output errors in the log file.