• I upgraded a WordPress blog I manage with some folks some weeks ago from version 1.5 to 2. I was very happy to see Akismet, and indeed it did a great job !

    But since last week, when opening the Akismet spam queu, the page loads, there’s a pause then the loading stops and the page isn’t completed. The loading always stops on a comment title that contains “insurance”. I think there is something in that type of comments that made the script crash (it looks like a 100% CPU loop), but I don’t know at all what can I do ?

    It’s unconvenient because I just see the firsts comments in the list, and don’t have the action buttons (they’re at the page ending)

    Does anyone can help ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pgoiffon

    (@pgoiffon)

    I’ve just installed the Akismet 2.0 version… and the same problem is always there ! Any help would be greatly welcome !

    Thread Starter pgoiffon

    (@pgoiffon)

    I’ve just made some tests, commenting certain lines in akismet.php version 2.0

    The problem is caused in line 432 :
    <?php comment_text() ?>

    Changing this line to :
    <?php //comment_text() ?>

    And I get the whole list back !
    Uncommenting and the webpage is stopped in timeout (1 minute timeout), the html recieved in the browser is brutally stopped.

    I will try to take a look at the database to see the spammed comments texts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Akismet spam queu problem’ is closed to new replies.