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!