• Resolved yatgirl

    (@yatgirl)


    Saw this error box flash by on the top of an admin screen
    Login NoCaptcha was bypassed on login page

    I wasnt too worried about it but a database error also happened simultaneously in my php error log. Is this something your plugin needs to fix ? or ?

    [13-May-2022 04:37:18 UTC] WordPress database error Unknown column 'sq1.meta_value' in 'where clause' for query SELECT SQL_CALC_FOUND_ROWS DISTINCT wp_posts.ID FROM wp_posts  LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) LEFT JOIN wp_posts AS p2 ON (wp_posts.post_parent = p2.ID)  WHERE 1=1  AND ( 
      wp_term_relationships.term_taxonomy_id IN (489)
    )AND ( 1=0  OR (wp_posts.post_title LIKE '%\\_12%') OR (sq1.meta_value LIKE '%\\_12%') ) AND wp_posts.post_type = 'attachment' AND (((wp_posts.post_status = 'inherit' OR wp_posts.post_status = 'private') OR (wp_posts.post_status = 'inherit' AND (p2.post_status = 'inherit' OR p2.post_status = 'private')))) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 150 made by do_action('wp_ajax_query-attachments'), WP_Hook->do_action, WP_Hook->apply_filters, wp_ajax_query_attachments, WP_Query->query, WP_Query->get_posts
    
Viewing 1 replies (of 1 total)
  • Thread Starter yatgirl

    (@yatgirl)

    I think it was just a coincidence – the message appeared again and this time no php error in log. Just trying to track the error down.

Viewing 1 replies (of 1 total)
  • The topic ‘error message and php log database error’ is closed to new replies.