error_log filling up
-
Any reason the following would be filling up the error log?
Are these coming from your plugin?
WordPress database error Table 'wp_bp_links' doesn't exist for query SELECT COUNT(*) FROM wp_bp_links AS l WHERE l.user_id = 0 AND status IN (1) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, bp_init, do_action('bp_init'), call_user_func_array, bp_setup_nav, do_action('bp_setup_nav'), call_user_func_array, bp_links_setup_nav, bp_links_total_links_for_user, BP_Links_Link::get_total_link_count_for_user WordPress database error Table 'wp_bp_links' doesn't exist for query UPDATE wp_bp_links SET popularity = 16777215 WHERE popularity < 16777215 AND date_created < SUBDATE('2015-08-06 07:05:03', INTERVAL 7 DAY) made by do_action_ref_array, call_user_func_array, bp_links_recalculate_popularity_for_all, BP_Links_Link::popularity_recalculate_all WordPress database error Table 'wp_bp_links' doesn't exist for query UPDATE wp_bp_links SET popularity = 16777214 WHERE popularity < 16777214 AND vote_total < 1 made by do_action_ref_array, call_user_func_array, bp_links_recalculate_popularity_for_all, BP_Links_Link::popularity_recalculate_all WordPress database error Table 'wp_bp_links' doesn't exist for query UPDATE wp_bp_links SET popularity = FLOOR( FLOOR( ( UNIX_TIMESTAMP('2015-08-06 07:05:03') - UNIX_TIMESTAMP(date_created) ) / 60 ) / vote_total ) WHERE popularity <= 16777214 AND vote_total >= 1 made by do_action_ref_array, call_user_func_array, bp_links_recalculate_popularity_for_all, BP_Links_Link::popularity_recalculate_all WordPress database error Table 'wp_bp_links' doesn't exist for query SELECT COUNT(*) FROM wp_bp_links AS l WHERE l.user_id = 0 AND status IN (1) made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, bp_init, do_action('bp_init'), call_user_func_array, bp_setup_nav, do_action('bp_setup_nav'), call_user_func_array, bp_links_setup_nav, bp_links_total_links_for_user, BP_Links_Link::get_total_link_count_for_user
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘error_log filling up’ is closed to new replies.