WordPress databasefout: [Unknown character set: 'utf8mb4']SELECT option_value FROM wp_options WHERE option_name = 'can_compress_scripts' LIMIT 1
WordPress databasefout: [Unknown character set: 'utf8mb4']SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts JOIN wp_icl_translations wpml_translations
ON wp_posts.ID = wpml_translations.element_id
AND wpml_translations.element_type = CONCAT('post_', wp_posts.post_type) WHERE 1=1 AND wp_posts.post_author IN (2) AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish') AND ( ( ( wpml_translations.language_code = 'nl' OR (
wpml_translations.language_code = 'nl'
AND wp_posts.post_type IN ( 'post','page','custom_css','customize_changeset','oembed_cache','user_request','wpcf7_contact_form' )
AND ( (
( SELECT COUNT(element_id)
FROM wp_icl_translations
WHERE trid = wpml_translations.trid
AND language_code = 'nl'
) = 0
) OR (
( SELECT COUNT(element_id)
FROM wp_icl_translations t2
JOIN wp_posts p ON p.id = t2.element_id
WHERE t2.trid = wpml_translations.trid
AND t2.language_code = 'nl'
AND (
p.post_status = 'publish' OR
p.post_type='attachment' AND p.post_status = 'inherit'
)
) = 0 ) )
) ) AND wp_posts.post_type IN ('post','page','attachment','custom_css','customize_changeset','oembed_cache','user_request','wp_block','fluxus_portfolio','wpcf7_contact_form' ) ) OR wp_posts.post_type NOT IN ('post','page','attachment','custom_css','customize_changeset','oembed_cache','user_request','wp_block','fluxus_portfolio','wpcf7_contact_form' ) ) ORDER BY wp_posts.post_date DESC LIMIT 30, 10