WordPress-Datenbank-Fehler: [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 '' at line 2]SELECT * FROM tbl_classycard
WHERE classycardID =
WordPress-Datenbank-Fehler: [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 'AND typeID in(5,4)
LIMIT 1' at line 8]SELECT scr
FROM tbl_images
INNER JOIN tbl_company_images_types
on tbl_company_images_types.imageID = tbl_images.ID
WHERE tbl_images.companyID =
AND typeID in(5,4)
LIMIT 1
WordPress-Datenbank-Fehler: [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 '' at line 3]SELECT ID, coalesce(nickname,name1) as name
FROM tbl_companies
WHERE ID =
WordPress-Datenbank-Fehler: [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 'AND isActive = "true"
AND metaName li...' at line 11]SELECT metaValue,
tbl_classycard.classycardID,
category
FROM tbl_classycard
INNER JOIN tbl_classycard_meta
ON tbl_classycard_meta.classycardID = tbl_classycard.classycardID
WHERE companyID =
AND isActive = "true"
AND metaName like "title"
order by category asc