View Single Post
12-13-2011, 01:09 AM   #3
iamrob
Junior Member
 
Join Date: Aug 2011
Posts: 12
Rep Power: 0
iamrob is getting browny points
Quote:
Originally Posted by iamrob View Post
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.
iamrob is offline   Reply With Quote