luckywp-table-of-contents
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home3/kaliyqex/public_html/wp-includes/functions.php on line 6114rank-math
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home3/kaliyqex/public_html/wp-includes/functions.php on line 6114WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND umt.meta_value NOT LIKE '%Contributor%' AND umt.meta_value NOT LIKE '%Subscr' at line 11]
SELECT u.ID, umt1.meta_value as last_update
FROM wpos_users as u
LEFT JOIN wpos_usermeta AS um ON ( u.ID = um.user_id AND um.meta_key = 'rank_math_robots' )
LEFT JOIN wpos_usermeta AS umt ON ( u.ID = umt.user_id AND umt.meta_key = 'wp_capabilities' )
LEFT JOIN wpos_usermeta AS umt1 ON ( u.ID = umt1.user_id AND umt1.meta_key = 'last_update' )
WHERE ( (
( um.meta_key = 'rank_math_robots' AND um.meta_value NOT LIKE '%noindex%' )
OR um.user_id IS NULL
)
AND ( umt1.meta_key = 'last_update' OR umt1.user_id IS NULL )
AND ( umt.meta_key ='wp_capabilities' AND ( AND umt.meta_value NOT LIKE '%Contributor%' AND umt.meta_value NOT LIKE '%Subscriber%' ) ) )
AND u.ID IN (
SELECT post_author
FROM wpos_posts as p
WHERE p.post_status = 'publish' AND p.post_password = ''
)
ORDER BY umt1.meta_value DESC