Quote:
Originally Posted by NTLDR
You should have the path set to something similar to /home/thewar/public_html from looking at the error message and your site.
|
this is what I have
// enter the path to your forums here that you were given during the// install processdefine('CHDIR_PATH', '/home/thewar/public_html');
// enter the extension you use with your vBulletin files
// this is most likly the default .php entered
define('SCRIPT_EXTENSION', '.php');
?>