Strange database errors in error_log?
-
i’m often getting the following stuff in my WordPress error_log file:
[03-May-2022 15:49:14 UTC] WordPress database error Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation 'like' for query SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND (((wp_posts.post_title LIKE '%Rocaltrol Price Uk - ??? Buy Rocaltrol: $2.00 per cap : ?? www.NetDoctor.store ?? : Best online Pharma ??? Rocaltrol Price%') OR (wp_posts.post_excerpt LIKE '%Rocaltrol Price Uk - ??? Buy Rocaltrol: $2.00 per cap : ?? www.NetDoctor.store ?? : Best online Pharma ??? Rocaltrol Price%') OR (wp_posts.post_content LIKE '%Rocaltrol Price Uk - ??? Buy Rocaltrol: $2.00 per cap : ?? www.NetDoctor.store ?? : Best online Pharma ??? Rocaltrol Price%'))) AND (wp_posts.post_password = '') AND ((wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish')) OR (wp_posts.post_type = 'archive-template' AND (wp_posts.post_status = 'publish')) OR (wp_posts.post_type = 'custom-post-template' AND (wp_posts.post_status = 'publish'))) ORDER BY wp_posts.post_date DESC LIMIT 0, 10 made by require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts
Is this anything to worry about? It doesn’t seem to be doing anything to my site, but this is mostly what the contents of my error_log gets filled up with, often quite fast. Should i be doing something to prevent this stuff? i’d appreciate any help with understanding what’s going on here!
- The topic ‘Strange database errors in error_log?’ is closed to new replies.