Viewing 3 replies - 1 through 3 (of 3 total)
  • Same here, any ideas how to fix this?

    Thread Starter skunkbad

    (@skunkbad)

    I just unserialized the array, removed the sm_ping entries, reserialized the array, and saved it. I haven’t had any problems.

    You can also put this in your functions.php and run it once:

    wp_clear_scheduled_hook('sm_ping');

    Hi, i discovered a problem with my wp-cron.php – it appeared that i miss-config my apache sites-availabe file.

    apache errors file was bloated with:

    [Wed Jun 03 08:46:01 2015] [error] [client 127.0.0.1] script '/var/www/wp-cron.php' not found or unable to stat

    And that’s why my site was not in

    /var/www/

    but in

    /var/www/site/

    I’ve updated
    /etc/apache2/sites-available/default
    file and the cron started working normally

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘sm_ping bloating my cron’ is closed to new replies.