• When I log in I saw text below

    Akismet has detected a problem. A server or network problem is preventing Akismet from working correctly. Click here for more information about how to fix the problem.

    And when I click on Click here for more information

    Server Connectivity

    Unable to reach any Akismet servers.

    A network problem or firewall is blocking all connections from your web server to Akismet.com. Akismet cannot work correctly until this is fixed. Please contact your web host or firewall administrator and give them this information about Akismet and firewalls.

    What I must do?

    Thank you

Viewing 14 replies - 1 through 14 (of 14 total)
  • Follow the ‘Click here for more information’ link and try clicking on the “Check network status” button.

    I think it is a bit of a glitch caused by the new upgrade to Akismet. I checked with my host and there were no such blocks in place and the domain was not black-listed. Clicking this button probably refreshes the system. Certainly it seems to resolve the problem and cleared the alert message and shows that everything is running fine.

    I am also having this problem and have been for about 3 days. When I click the button you suggest I get:

    The key you entered could not be verified because a connection to akismet.com could not be established. Please check your server configuration.

    on the top button and

    Unable to find Akismet servers.

    on the bottom.

    When will this be fixed? I think I am going to have to try downgrading akismet

    This situation is completely pissing me off. Akismet, google analytics, and wordpress dev blog are all bombing. Did the 2.8.4 upgrade kill the ability to make external connections? The blog stats seems to work, but everything else is broken and has been for a week. Can SOMEONE roll out a new version that fixes this problem? I’m annoyed.

    OK guys. I solved this problem! It was that my hosting company (jumpline) added allow_url_fopen = Off to the php.ini (security I guess). I overrode it in my user version of the php.ini and the problem immediately went away.

    bondobbs, I also use jumpline. I overrode it, restarted my server, and the problem did not go away. What was the line you put in your user version of php.ini?

    I put:

    allow_url_fopen = On

    Yes, I put that at the end of my user ini file:

    magic_quotes_gpc = 1
    magic_quotes_runtime = 0
    file_uploads = 1
    session.auto_start = 0
    session.bug_compat_warn = 0
    safe_mode=off
    memory_limit=128M
    session.save_handler=files
    post_max_size = 16M
    upload_max_filesize = 16M
    allow_url_fopen = On

    Is the current content. I restarted the server and then “checked network status” again. It cleared up immediately.

    I got the same problem.
    Verified that allow_url_fopen = On
    gethostbyname (i cant find that when i preform phpinfo)
    But sice it has worked before, it should work now.

    Apache/2.0.59 (Unix) DAV/2 PHP/5.1.6
    Wordpress 2.8.4
    Akismet 2.2.6

    It’s been working until sunday… since a coupple off years.

    Found my problem and solved it.
    It had nothing to do with wordpress or akismet.

    Broken dns was my issue.

    I am getting the “Akismet cannot work correctly until this is fixed” error also.

    My iptables has:
    :OUTPUT ACCEPT [0:0]

    My PHP config has:
    allow_url_fopen => On => On

    How do I stop this error?

    same, seems bust somehow 🙁

    I have the same problems with two WordPress installations on my server starting the last night. I did not change anything since yesterday.

    Akismet on a third WordPress installation on the same server is wirking fine.

    All three installations are running WordPress 2.8.5. url_fopen is enabled on all installations.

    I restarted Apache2 and BIND DNS, wasn’t successful.

    i have de same problem 🙁

    wget rest.akismet.com
    –2009-10-26 15:55:35– http://rest.akismet.com/
    A resolver rest.akismet.com…72.233.69.2, 72.233.69.3
    A conectar rest.akismet.com|72.233.69.2|:80… conectado.
    Pedido HTTP enviado, a aguardar resposta…200 OK

    allow_url_fopen On On

    iptables -L
    Chain INPUT (policy ACCEPT)
    target prot opt source destination

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    Akismet has detected a problem. A server or network problem is preventing Akismet from working correctly. Click here for more information about how to fix the problem.

    Server Connectivity

    Unable to find Akismet servers.

    Apache+ PHP 5.2.9
    Wordpress 2.8.4
    Akismet 2.2.6

    partially solved width:
    add to /etc/hosts
    72.233.69.2 rest.akismet.com

    Moderator Tellyworth

    (@tellyworth)

    This explains what you need for Akismet to work:

    http://blog.akismet.com/akismet-hosting-faq/

    fsockopen and gethostbynamel must be available.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Akismet has detected a problem’ is closed to new replies.