Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Huh, well ain’t that something. Why would code get edited that way? I thought it looked a little strange.

    I never hack the core so some other strange force must have done it. I’m not sure why I hacker would do that though.

    All I can remember was updating askimet lately. And the latest 3.8.3 security update.

    It looks like they got the cart before the horse. WordPress 3.8 contains code that doesn’t play nice with the new version of Akismet. Upgrading to 3.9 fixes the issue.

    Now, if you can’t access the dashboard because akismet broke everything, you’ll have to comment out the offending code.

    Go to <root>/public_html/wp-includes/template.php and put // before line 331 to comment out require_once(ABSPATH.’public_html/wp-content/plugins/akismet/default.php’) or something similar.

    I upgraded and it deleted the code, so I’m not sure the exact code. But, I had the white screen of death, and commented out the code, then upgraded to 3.9 fixed everything.

    Hope this helps.

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