Quote:
Originally Posted by mattyk72
this is what I have
|
You need to edit the file EXACTLY as it is shown which would have been:
PHP Code:
// enter the path to your forums here that you were given during the
// install process
define('CHDIR_PATH', '/home/thewar/public_html');
And not:
PHP Code:
// enter the path to your forums here that you were given during the// install processdefine('CHDIR_PATH', '/home/thewar/public_html');