Quote:
Originally Posted by Nathan2006
Do you mean in the config.php file in the inclues folder?
I have added the path to this code:
$config['Misc']['forumpath'] ='/home/XXXXX/public_html/';
PHP Code:
// ******** FULL PATH TO FORUMS DIRECTORY ******
// On a few systems it may be necessary to input the full path to your forums directory
// for vBulletin to function normally. You can ignore this setting unless vBulletin
// tells you to fill this in. Do not include a trailing slash!
// Example Unix:
// $config['Misc']['forumpath'] = '/home/users/public_html/forums';
// Example Win32:
// $config['Misc']['forumpath'] = 'c:\program files\apache group\apache\htdocs\vb3';
$config['Misc']['forumpath'] ='/home/XXXXX/public_html/';
|
yes it's the config.php in the includes folder
if that the path .. then yes
but remove the last '/'
it should be
$config['Misc']['forumpath'] ='/home/XXXXX/public_html';