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.