PDA

View Full Version : $forumpath


ellinofatsa
11-28-2010, 10:20 AM
i have this problem

Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.

how can i fix that?

betts02
11-28-2010, 10:24 AM
Sorry to sound ignorant, But its like it says on the tin

The path is wrong

ellinofatsa
11-28-2010, 10:31 AM
******** 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'] = '';

can you help my?

--------------- Added 1290947792 at 1290947792 ---------------

anytime i wont to safe scor i see this

Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.

please i need help!!!!!!

betts02
11-28-2010, 11:20 AM
Are you sure you forums are located at the path - /home/users/public_html/forums ?

Or are they stored differently like maybe - /home/users/public_html/?????/forums ?

Lynne
11-28-2010, 03:05 PM
Why are you entering anything in that path? Who told you to do so?

final kaoss
11-29-2010, 05:38 PM
First of all, to enable those "paths" you have to uncomment whichever line you want to use

By uncommenting, you need to remove the //'s
Example...

******** 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'] = '';

******** 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'] = '';

can you help my?

--------------- Added 1290947792 at 1290947792 ---------------

anytime i wont to safe scor i see this

Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.

please i need help!!!!!!