I recently discovered out that my Akismet was broken. Clicking the spam counter on the front page of my dashboard, all I get is “Cannot load akismet-admin?page=akismet-admin”.
Googling it didn’t come up with an official fix, but then I came across the solution here which said simply “Fixed now. The problem is about hyperlink of the button, it said : …wp-admin/edit-comments.php?page=akismet-admin?page=akismet-admin and should be change as …wp-admin/edit-comments.php?page=akismet-admin”
Took a look at the source code, but figured maybe I should just wait for an update to come out.
In the meantime, when I click on the akismet link, I just delete the extra “?page=akismet-admin” from the end of the URL and it works again. Hooray!
2 Comments
Vavai
Hi,
Go to line 726 and 727 or search for “comment in your spam queue right now.” on your akismet.php
November 25th, 2008Then change the 2 “%2$s” to “wp-admin/edit-comments.php?page=akismet-admin”
Sherwin
Great! Thanks!
November 25th, 2008