|
Why am I getting a 500 error? |
|
|
|
|
Written by Ray Gilman
|
|
Friday, 11 April 2008 |
Why am I getting a 500 error?
Possible Reason
This error may happen with version 1.2LR of CB Boss. I left the rewrite option enabled in this script to make it easier for people to have this featured enabled when they install CB Boss. Most servers that run Apache enable Mod Rewrite, but some servers don't. Servers that don't enable Mod Rewrite or Servers that are not compatible with Mod Rewrite features will display a 500 error when trying to execute CB Boss v1.2LR.
How to Fix
To fix this problem you will need to open the cb_boss_config.php
file and edit the $cb_boss_config['use_rewrite'] variable. Download the cb_boss_config.php from your server and set $cb_boss_config['use_rewrite'] variable to 0 (zero), save the file and upload to your server.
The variable $cb_boss_config['use_rewrite'] will need to be changed. The example below shows how this variable will look when completed.
$cb_boss_config['use_rewrite'] = '0';
There's one more thing that needs to be done. Delete or rename the .htaccess file on your server.
That should do it.
|
|
Last Updated ( Monday, 02 June 2008 )
|