
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 's:%' and media = 0' at line 1]
update `KCmrUYzrf_posts` set media = 1 WHERE post_content like '%Foto's:%' and media = 0
Warning: A non-numeric value encountered in /var/www/vhosts/jinjazz.nl/httpdocs/wp-content/plugins/insert-php/includes/shortcodes/shortcode-php.php(70) : eval()'d code on line 70
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-5,5' at line 17]
SELECT KCmrUYzrf_eo_events.StartDate as start_date,
KCmrUYzrf_eo_events.StartTime as start_time,
KCmrUYzrf_eo_events.event_id as id,
KCmrUYzrf_posts.ID as post_id,
KCmrUYzrf_posts.post_title as title,
KCmrUYzrf_posts.post_content as description,
KCmrUYzrf_term_relationships.term_taxonomy_id as location_id,
KCmrUYzrf_terms.name as location_name
FROM KCmrUYzrf_eo_events, KCmrUYzrf_posts, KCmrUYzrf_term_relationships, KCmrUYzrf_terms, KCmrUYzrf_eo_venuemeta
WHERE KCmrUYzrf_eo_events.StartDate < current_date() and KCmrUYzrf_posts.media = 1 and
KCmrUYzrf_eo_events.post_id = KCmrUYzrf_posts.ID and
KCmrUYzrf_posts.post_status = 'publish' and
KCmrUYzrf_term_relationships.object_id = KCmrUYzrf_posts.ID and
KCmrUYzrf_term_relationships.term_taxonomy_id = KCmrUYzrf_terms.term_id
GROUP BY id
ORDER BY KCmrUYzrf_eo_events.StartDate DESC
LIMIT -5,5
