Quote:
Originally Posted by Rick Sample
Awesome! Thanks alot!
|
In upgrade_vbgarage.php at about line 248 find...
PHP Code:
header("Location: http://" . $_SERVER['HTTP_HOST']
. dirname($_SERVER['PHP_SELF'])
. "/" . $relative_url);
exit;
Replace with...
PHP Code:
header("Location: " . $relative_url );
exit;
I'm guessing here. There is an exit after the redirect. Why it's thowing that error I just aint sure. But try that just to get feedback.