Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#6565 closed defect (bug) (fixed)

Under WP 2.5, the comments that have been marked as spam by Akismet cannot be browsed.

Reported by: Captain Disdain Owned by: anonymous
Priority: high Milestone:
Component: Administration Version:
Severity: major Keywords:
Cc:

Description

If there are more comments marked as spam than fit one page (and this is almost always the case...), clicking on "next page" below the comments doesn't actually take the user to the next page, it merely shows the same page over and over again. The page indicator claims that you're on the next page, but this isn't actually true. The same thing happens if you use the "previous page" link, or any of the numbered page links between "next page" and "previous page".

As Akismet is by no means infallible, this is a huge problem, because it means you can't actually check if the spam is actually spam, or if legitimate comments have been marked as spam -- you can only check the first 50 comments, because you can't see any of the others.

This wasn't a problem until I upgraded to WordPress 2.5.

Change History (5)

  • Component changed from General to Administration
  • Version set to 2.5

Akismet bug, not a WordPress one. I'm able to view spam fine via edit-comments.php?comment_status=spam.

As such and AFAIK, Akismet bugs are supposed to go here: http://dev.wp-plugins.org/newticket?component=akismet (assign it to matt)

(As this Trac is for WordPress bugs.)

I've leave it open anyway though as the rules may have changed.

In the meantime ...

In Akismet 2.1.4, change wp-content/plugins/akismet/akismet.php, line 483 from:

$comments = akismet_spam_comments( $current_type );

to

$comments = akismet_spam_comments( $current_type, $page );

(Ref: http://www.blogitude.com/2008/05/14/fix-wordpress-25-akismet-214/)

comment:3   ryan5 years ago

  • Resolution set to fixed
  • Status changed from new to closed

comment:4   ryan5 years ago

  • Milestone changed from 2.5.2 to 2.9

Milestone 2.5.2 deleted

  • Milestone 2.9 deleted
  • Version 2.5 deleted
Note: See TracTickets for help on using tickets.