View Full Version : Redirected to invalid URL after moderation
interfx
04-12-2009, 09:36 PM
How can I easily check my links to see which ones are still active? I thought I remembered this featue in an earlier version, but wasn't sure.
Have not found it yet. Any help?
Brian
04-13-2009, 12:44 PM
Just go to your links directory, click on the 'Moderation' tab at the top of the page, and then click on Status Reports.
interfx
04-14-2009, 07:42 PM
Thanks, I found that section. I am however getting this error, when trying to delete a dead link(s)...
Not Found
The requested URL /links/browselinks.php&repid=5&onlystatcode=403 was not found on this server.
This file (browselinks.php) is in that directory, but keep getting this error?
Brian
04-15-2009, 10:32 AM
How exactly are you deleting the links? Are you using the inline moderation functions?
RaceJunkie
04-15-2009, 12:23 PM
I get this error using inline moderation.
The requested URL /links/browselinks.php&repid=2&onlystatcode=1 was not found on this server.
interfx
04-15-2009, 08:27 PM
Yes, I'm using the inline moderation functions...
Brian
04-16-2009, 10:48 AM
Thank you both for pointing this out. I've just applied the fix to the links/browselinks.php file in the download package here, so if you will download the files again and update that one on your server, that should take care of the issue.
Or if you would like to apply the fix manually, just look in the file for this line:
$links_pageurl = links_fetch_cat_url(
$catid,
$catuserinfo,
$cattype
) . links_construct_adv_sort_url(array('catid', 'linkuserid'));
And replace with this:
$links_pageurl = SCRIPTPATH;
interfx
04-16-2009, 01:51 PM
Hey, thanks for the quick reply. Will make that change manually.
I've never found a bug before... (cool)
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.