rvg optimize database DB errors
-
The following errors, constant “error_log” is generating. File size is growing and swelling. Do you think the fix?
————–
[31-Jan-2015 15:18:35 UTC] do_action_ref_array, call_user_func_array, rvg_optimize_db_cron, rvg_get_trash, W3_Db->query, W3_DbCache->query, W3_DbCallUnderlying->query, W3_Db->query, W3_DbProcessor->query, W3_Db->default_query tarafından oluşturulan
SELECTIDAS id, ‘post’ AS post_type,post_titleAS title,post_modifiedAS modified
FROM eb_posts
WHEREpost_status= ‘trash’
UNION ALL
SELECTcomment_IDAS id, ‘comment’ AS post_type,comment_author_IPAS title,comment_dateAS modified
FROM eb_comments
WHEREcomment_approved= ‘trash’
ORDER BY post_type, UCASE(title)
sorgusu için WordPress veritabanı hatası Illegal mix of collations for operation ‘UNION’
[31-Jan-2015 16:19:29 UTC] do_action_ref_array, call_user_func_array, rvg_optimize_db_cron, rvg_get_trash, W3_Db->query, W3_DbCache->query, W3_DbCallUnderlying->query, W3_Db->query, W3_DbProcessor->query, W3_Db->default_query tarafından oluşturulan
SELECTIDAS id, ‘post’ AS post_type,post_titleAS title,post_modifiedAS modified
FROM eb_posts
WHEREpost_status= ‘trash’
UNION ALL
SELECTcomment_IDAS id, ‘comment’ AS post_type,comment_author_IPAS title,comment_dateAS modified
FROM eb_comments
WHEREcomment_approved= ‘trash’
ORDER BY post_type, UCASE(title)
sorgusu için WordPress veritabanı hatası Illegal mix of collations for operation ‘UNION’
The topic ‘rvg optimize database DB errors’ is closed to new replies.