Alright guys, i dunno i found something that could possibly help someone out. If when you click on the Login/Logout link and get an error with something like http:// not found or something.
Try this.
Find:
Quote:
header('Location: http://' . $_SERVER['HTTP_HOST'] . VB_WEB_PATH . $target);
|
Replace:
Quote:
header('Location: ' . VB_WEB_PATH . $target);
|
Oh yeah, make backup because i'm no expert or anything..... just thought that this might be able to help someone.