View Single Post

Old 10-01-2008   #1 (permalink)
Vasily B.
Administrator
 
Vasily B.'s Avatar
 
Join Date: Feb 2008
Location: Kyrgyzstan, Bishkek
Posts: 314
Vasily B. is on a distinguished road
Default Subrion Debugger

Grettings,

In some cases if there is any error with the software you can see the following message instead of your front end page:

Quote:
Error occured. Please see the logs or report an error to the administrator
You can enable Subrion Debugger to see what kind of problem you have. You should modify includes/config.inc.php file for this.
Please find the following line:
PHP Code:
define("SBR_DEBUG"0); 
and change to the following:
PHP Code:
define("SBR_DEBUG"1); 
If you do this you will be able to see details about the error and it's possible you can fix it yourself. At least you will see what sort of problem you have. If you can not fix it just contact us and we will do that for you.
__________________
Auto classifieds script, Best Articles Script, Web Directory Software, Realty Classifieds Script,
eLitius Affiliate Tracking Script - Open Source Affiliate Script, Free Directory Script - Best Free Directory Script
Follow Surbion CMS news and updates on Subrion Twitter
Vasily B. is offline   Reply With Quote