Quote:
Originally Posted by kpmedia
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');