|
|
|
|
Moderator
Status: Offline
Posts: 737
Join Date: Nov 2002
|
06-20-2003, 04:55 PM
From Nukecops:
Quote:
Debug for phpBB Forums - Prior to Nuke 6.5 Releases
Log into your server and cd to your sites root directory,
cd to your modules/Forums/includes/ subdirectory,
Edit your constants.php file found in your includes folder using vi, vim, nedit, or whatever editor you use,
Search for the following block of text: Code:
// Debug Level
//define('DEBUG', 1); // Debugging on
define('DEBUG', 1); // Debugging off
Uncomment the first define and comment out the second one. Now you have debugging enabled for the forums. Save the file,
Reload the troubled web page and copy the exact problem and use it in your post.
Then to revert back follow the steps above and change the 1 to a 0.
|
|
|
|
|