|
How Do I Fix The "Error: missing class file...class.cb_boss.php" Error? |
|
|
|
|
Written by Ray Gilman
|
|
Wednesday, 16 January 2008 |
Use this FAQ if you're having missing file errors showing when trying to run your mall.
This error is probably caused by an incorrect path and can be resolved by downloading the path finder.
Using Path Finder - Download from this site,
- Extract path.php from the zip file,
- Upload path.php to the same location as cb_boss_config.php on your server,
- Point your browser to the path.php file on your server,
- Copy and Paste the result into the cb_boss_config.php, modifying the $cb_boss_config['path'] variable.
Modifying The $cb_boss_config['path'] Variable Copy and paste the result the Path Finder gave you into the $cb_boss_config['path'] variable so it looks something like this: $cb_boss_config['path'] = '/path/to/cbboss'; Note: In this case, /path/to/cbboss would be replaced with the result that path.php gave you. Be careful not to disturb the quotes. |
|
Last Updated ( Wednesday, 15 July 2009 )
|