Quote:
Originally Posted by jarod.tm
Hi guys,
i've solved my problem (post 2or3 pages ago) adding this code at line 43:
PHP Code:
$vwd="/var/www/virtual/mysite.com/public/forum/";
over
PHP Code:
chdir($_SERVER['DOCUMENT_ROOT'] . get_option('vbb_VBRPATH'));
But, i've another question:
when i post an article, i've a window with:
it's empty, dark.... how to use this?
Bye.
|
In VBRIDGE.php at line 43, add this:
PHP Code:
$vwd="/var/www/virtual/YOURSITE/YOUR PUBLIC FOLDER/FORUM FOLDER/";
With your path!