• Resolved Feriman

    (@feriman)


    Hello,

    I added two cronjobs in WangGuard, the first one ran successful, but the second one generate a lot of error message in my error.log.

    First cronjob: Flag detected Sploggers as Sploggers and Spam users
    Second cronjob: Delete detected Sploggers

    This is a little part of my error.log:

    [Sat Oct 15 00:35:17.531130 2016] [:error] [pid 14811] [client 104.236.209.45:60629] FastCGI: server "/var/www/cgi-bin/php5-fcgi-104.236.209.45-80-
    blogginger.com" stderr: PHP message: WordPress database error Table 'database_global.wp_79_postmeta' doesn't exist for query DELETE pm FROM wp_79_postmeta pm LEFT JOIN w
    p_79_posts wp ON wp.ID = pm.post_id WHERE wp.ID IS NULL made by do_action_ref_array, call_user_func_array, aDBc_clean_all_elements, aDBc_clean_elements, SharDB->query,
    referer: https://blogginger.com/wp-cron.php?doing_wp_cron=1476506117.0955300331115722656250
    [Sat Oct 15 00:35:17.531139 2016] [:error] [pid 14811] [client 104.236.209.45:60629] FastCGI: server "/var/www/cgi-bin/php5-fcgi-104.236.209.45-80-
    blogginger.com" stderr: PHP message: WordPress database error Table 'database_global.wp_80_postmeta' doesn't exist for query DELETE pm FROM wp_80_postmeta pm LEFT JOIN w
    p_80_posts wp ON wp.ID = pm.post_id WHERE wp.ID IS NULL made by do_action_ref_array, call_user_func_array, aDBc_clean_all_elements, aDBc_clean_elements, SharDB->query,
    referer: https://blogginger.com/wp-cron.php?doing_wp_cron=1476506117.0955300331115722656250
    [Sat Oct 15 00:35:17.531146 2016] [:error] [pid 14811] [client 104.236.209.45:60629] FastCGI: server "/var/www/cgi-bin/php5-fcgi-104.236.209.45-80-
    blogginger.com" stderr: PHP message: WordPress database error Table 'database_global.wp_81_postmeta' doesn't exist for query DELETE pm FROM wp_81_postmeta pm LEFT JOIN w
    p_81_posts wp ON wp.ID = pm.post_id WHERE wp.ID IS NULL made by do_action_ref_array, call_user_func_array, aDBc_clean_all_elements, aDBc_clean_elements, SharDB->query,
    referer: https://blogginger.com/wp-cron.php?doing_wp_cron=1476506117.0955300331115722656250

    database_global is my main MySQL DB and there is doesn’t exists these mentioned tables:

    wp_79_postmeta
    wp_80_postmeta
    wp_81_postmeta

    How can I fix this issue?

    Thank you!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Is it compatible with SharDB plugin?’ is closed to new replies.