Notice: Fehler bei dem Ausführen eines Mysql-codes!
Mysql-Code:
SELECT
events.*,
locations.id AS locationid,
locations.title AS locationtitel,
locations.postleitzahl AS locationpostleitzahl,
locations.ort AS locationort,
locations.strasse AS locationstrasse,
locations.geocode AS locationgeocode
FROM
events
LEFT JOIN locations ON events.locationsId = locations.id
WHERE
events.id =
Mysql-fehlermeldung:
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 13 in /www/htdocs/w0134436/weelife.de/system/class/class.mysql.php on line 70
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /www/htdocs/w0134436/weelife.de/system/class/class.mysql.php on line 135
KEIN EVENT