Chyba databáze WordPressu: [Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_czech_ci,IMPLICIT) for operation '=']
(
SELECT 0 AS is_personal, 1 AS is_ip, status, country_code, network, mask
FROM y6xgs5iq_spbc_firewall_data_v4
WHERE network IN (301989888,306184192,308281344,309329920,309592064,309723136,309788672,309821440,309825536,309827584,309828608,309828864,309828992,309829056,309829088,309829096,309829098)
AND network = 309829098 & mask
AND country_code = "0"
) UNION (
SELECT 1 AS is_personal, 1 AS is_ip, status, 0 AS country_code, network, mask
FROM y6xgs5iq_spbc_firewall__personal_ips_v4
WHERE network IN (301989888,306184192,308281344,309329920,309592064,309723136,309788672,309821440,309825536,309827584,309828608,309828864,309828992,309829056,309829088,309829096,309829098)
AND network = 309829098 & mask
) UNION (
SELECT 1 AS is_personal, 0 AS is_ip, tbl_private.status, country_code, network, mask
FROM y6xgs5iq_spbc_firewall__personal_countries AS tbl_private
RIGHT JOIN y6xgs5iq_spbc_firewall_data_v4 AS tbl_common USING(country_code)
WHERE network IN (301989888,306184192,308281344,309329920,309592064,309723136,309788672,309821440,309825536,309827584,309828608,309828864,309828992,309829056,309829088,309829096,309829098)
AND network = 309829098 & mask
AND tbl_private.status IS NOT NULL
AND 74107 <> 0
)