View Single Post
Old March 27th, 2006, 10:26 AM   #1 (permalink)
klaush
Member
Verified Customer
 
Join Date: Oct 2005
Posts: 119
Exclamation SQL-Error: SELECT images.imageid

Anyone help me with this issue?

---

Invalid SQL:

SELECT images.imageid
FROM vb3_adv_gallery_images AS images

LEFT JOIN vb3_adv_gallery_customfields_entries AS customfields ON (images.imageid = customfields.imgid)
WHERE () AND () AND valid = 1;

MySQL-Fehler : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND () AND valid = 1' at line 5
Fehler-Nr. : 1064
Datum : Monday, March 27th 2006 @ 06:09:11 PM
Skript : http://www.xxxxxxx.de/gallery/search.php
Referrer : http://www.xxxxxxx.de/gallery/search.php?

-----

Thanks!
klaush is offline   Reply With Quote