Quote:
Originally Posted by iamrob
I downgraded to 3.0.4. Same issue.
|
Ok I got this to work.
For others having this same issue: The problem is due to the path being used in vbloader.php. Some accounts/ servers need to have the line:
@chdir($_SERVER['DOCUMENT_ROOT'] . $path);
Changed to the full path to your forum:
@chdir('/full/path/to/forum/blah');
Hope this helps anyone.