• I’m trying to activate the Akismet Spam filter.

    I’ve read some of the posts about others having problems getting their API key working.

    I see that it could be caused because of lack of fopen ability.

    Where do I find that settings in IIS? Or on IIS is it a different problem?

    Thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Lack of fopen is a PHP configuration issue. Doesn’t have anything to do with IIS.

    You would change this setting in the PHP.INI file.

    Thread Starter pgowder

    (@pgowder)

    Hmm, ok in php.ini I have allow_url_fopen = On

    Is there something else?

    Thread Starter pgowder

    (@pgowder)

    Anyone have some ideas?

    Thread Starter pgowder

    (@pgowder)

    Someone please help!

    I’m not sure I can help, but…

    You mentioned what other people were having a problem with, but all you’ve noted is that you are “trying to activate the Akismet Spam filter.” That neither tells us what your problem really is, nor helps us figure out if we can point to a solution.

    Also, have you tried notifying the Akismet folk about your issue?

    http://akismet.com/contact/

    And regardless that you have a php.ini file, I’m still not sure that “fopen” is anything that will work under IIS.

    You probably just need to get on a linux server.

    And regardless that you have a php.ini file, I’m still not sure that “fopen” is anything that will work under IIS.

    Really? Works here.

    There certainly can be issues with fopen() in an IIS environment (typically dealing with permissions). That doesn’t mean everyone will run into them.

    All that is beside the point. After all, who can tell me what Akismet needs with fopen()?

    Huh…. had a couple of clients who were “those who ran into them” then I guess.

    Actually…. I can’t remember that I’ve ever had a client able to get fopen going on IIS – which is why they’re all on linux now….

    I’m with both of ya — I’ve had one work by default and one that needed a small adjustment (fopen on IIS).

    But… as Kaf noted, what is akismet doing with fopen?

    And that’s a question to which I don’t have an answer, since I wouldn’t use akismet under any circumstances…. spam karma 2 and bad behavior for me all the way!

    [Being the nosy bitch I am, I just dug around in the latest akismet distro – no mention of “fopen()” at all. So it’s an even bigger mystery, ain’t?]

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Akismet connects to the Akismet.com servers using fsockopen(). The host it connects to is <YOUR_KEY>.rest.akismet.com, and it connects on port 80.

    So double check that you entered your key correctly. No spaces before or after, that sort of thing.

    Thread Starter pgowder

    (@pgowder)

    Ok, if I can’t get it working, what other spam plug ins do you all recommend?

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘API Key Problem – IIS’ is closed to new replies.