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 = 0cache
Mysql-fehlermeldung:
Unknown column '0cache' in 'WHERE' 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