Skip to:
Content
Pages
Categories
Search
Top
Bottom

akismet says my API key is invalid, why?

  • @maphew

    Member

    Hi All,

    When I go to “bbpress dashboard > Content > Akismet Spam” I’m told “The API key you have specified is invalid. Please double check the $bb->akismet_key variable in your config.php file. If you don’t have an API key yet, you can get one at WordPress.com.”

    Which I’ve checked and double-checked. I’m positive I’m putting the same string in that I see when I login to http://wordpress.com/profile/

    When I check my wordpress blog, running on a different host and different domain from bbpress, the same key is there and wp reports the akismet plugin is working.

    Another post from 6 months ago said replacing single quotes with double quotes in config.php fixed the problem for them. Doesn’t work for me though. http://bbpress.org/forums/topic/146?replies=4

    I’m running bbpress 0.8.1 on Sourceforge.net.

    Any ideas what’s wrong?

    thanks!

    -matt

Viewing 4 replies - 1 through 4 (of 4 total)
  • @trent

    Member

    What exactly do you have for syntax in config.php (replacing your number with 12345678) ?

    Trent

    @drmike

    Member

    I think sourceforge.net blocks all outbound PHP calls.

    @maphew

    Member

    Trent:

    $bb->akismet_key = '12345678'; // Example: '0123456789ab'

    but I think drmike might be right.

    @trent

    Member

    It sure looks that way doesn’t it.

    Trent

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.