sometimes you have an error and are not sure what it means, or where to start looking for help. phpBB2 has a debug mode that will give the query that is causing the error.
to enable debug mode open /includes/constants.php and look for
Code: Select all
// Debug Level
//define('DEBUG', 1); // Debugging on
define('DEBUG', 0); // Debugging off
Code: Select all
// Debug Level
define('DEBUG', 1); // Debugging on
//define('DEBUG', 0); // Debugging off
Keywords: debug debugging mode enable on off error problem detail