Thread Rating:
  • 4 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.6] Forum Cleaner 2.5.1
#51
Orphaned Avatars has a redirect loop too...
Reply
#52
This user has been denied support. This user has been denied support.
Redirect loops can be solved by doing the following steps :
1. Open and edit forumcleaner.php file from plugins directory.
2. Search and replace line :
$action = (isset($mybb->input['action']) ? $mybb->input['action'] : 'config');
with
$action = ($mybb->input['action'] != '') ? $mybb->input['action'] : 'config';
Keep in mind that both lines found are required to be replaced!
3. Now everything should work fine with MyBB 1.6.11.
[Image: img2.png]
Reply
#53
When I installed this, it worked ok..but when I go to the Forum Cleaner module in Forums & Posts I get the following message:

Error Code: Too Many Redirects   

Any idea?

The URL it takes you too is...

http://www.anysite.com/forum/admin/index...rumcleaner
Reply
#54
Orphaned Avatars --> LOOP! Sad
Smile
Reply
#55
(2011-11-10, 02:37 PM)asmile Wrote: After one year a New version of Forum Cleaner released. Please look on the first post in this thread for details.

Hi, do you have any plans to release a Forum Cleaner for MyBB 1.8.x? I upgraded my forum to 1.8 a few months ago, and I really miss Forum Cleaner... Sad
Reply
#56
(2014-08-17, 10:35 PM)mrfield16 Wrote: When I installed this, it worked ok..but when I go to the Forum Cleaner module in Forums & Posts I get the following message:

Error Code: Too Many Redirects   

Any idea?

The URL it takes you too is...

http://www.anysite.com/forum/admin/index...rumcleaner

I'm getting this same error.

and I've commented out line 566 to fix it.

edit: for none programmers, add // in front of the line, so you'll have:
//admin_redirect($me['cfglink']);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)