View Full Version : Invalid Redirect URL Error on All Links
Don Z.
07-24-2011, 08:03 AM
I am running Links Directory v3.2.0 with vBulletin 3.8.7 Patch Level 2. Recently I noticed that all links result in this vBulletin error (for example):
Invalid Redirect URL (http://www.melvinvillagemarina.com)I installed the latest vBulletin 3.8.7 PL2 update a few weeks ago and that may have been when this problem started. I can't be sure.
Nothing has changed in my Links Directory installation in a long time so I'm thinking the 3.8.7 PL2 update broke it.
Can anyone suggest a way to fix this?
theproit
07-24-2011, 12:13 PM
http://www.vbadvanced.com/forum/showpost.php?p=200090&postcount=2
Don Z.
07-25-2011, 09:40 AM
Thanks, that did fix it. It looks like the 3.8.7 PL2 update broke it. :-(
Chimpie
07-31-2011, 08:03 AM
http://www.vbadvanced.com/forum/showpost.php?p=200090&postcount=2
Yep, that does it. I don't know if it's the best option, but it worked.
Thanks, that did fix it. It looks like the 3.8.7 PL2 update broke it. :-(
Brian, will us 3.8.x users be getting a proper fix?
Thanks!
klaush
08-15-2011, 10:40 AM
The same issue here.
Any help to offer without changing the code in the functions.php of vbulletin?
Thanks!
Brian, will us 3.8.x users be getting a proper fix?
Thanks!
Brian
08-15-2011, 02:45 PM
That's weird that vB decided to add a way around the redirect in the function for vB4, but not vB3 for some reason. Either way, this can be corrected by looking in the links/showlink.php file for this code:
$vbulletin->url = $vba_links->_link['linkurl'];
eval(print_standard_redirect('adv_links_transferring', true, false, -1, true));
And replacing it with this:
exec_header_redirect($vba_links->_link['linkurl']);
klaush
08-16-2011, 12:08 AM
Thanks Brian; that did the trick!
Greetings
Klaus
motowebmaster
08-31-2011, 11:00 PM
Thanks for this.
puertoblack2003
09-05-2011, 03:29 PM
thanks for the update fix
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.