I uninstalled it for the time being, I'll give it one last shot because I really like the portal.
Quote:
Originally Posted by NTLDR
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');
|