View Single Post
02-19-2011, 07:20 AM   #4
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
Quote:
Originally Posted by kpmedia View Post
Alright ... so what specifically could I try and edit in the PHP files?
While I don't understand PHP as well as you do, I do understand Windows servers fairly well.
With a more specific nudge in the right direction, maybe I could figure it out.
I would try to modify this line if I were you, in vbloader.php:

Code:
@chdir($_SERVER['DOCUMENT_ROOT'] . $path);
To the path where config.php is.. Example:

Code:
@chdir('C:\Inetpub\vhosts\domain.com\httpdocs\forums');
Jeff is offline   Reply With Quote