You are not logged in.
- Topics: Active | Unanswered
Pages: 1
Topic closed
#1 2008-06-23 12:51:27
- Smartys
- Former Developer
- Registered: 2008-04-27
- Posts: 3,135
- Website
HOWTO: Enable debug mode
When DEBUG is enabled, FluxBB will display
- more detailed error messages if/when something goes wrong.
- script generation time in the footer.
- no. of queries executed in the footer.
Enable DEBUG by opening up include/common.php, finding (line 26)
//define('PUN_DEBUG', 1);
And removing the two slashes so that it looks like this:
define('PUN_DEBUG', 1);
Offline
Pages: 1
Topic closed
