View Single Post
Old December 28th, 2005, 06:53 AM   #1 (permalink)
Noxious
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 8
showimage.php? SQL error

Database error in vBulletin 3.5.2:

Invalid SQL:

SELECT images.imageid, username, images.userid, images.title, images.catid, dateline, images.description, keywords, filename, thumbname, width, height, extension, filesize, originalname, originalfilesize, originalwidth, originalheight, views, posts, valid, open, sticky, votenum, votetotal, options, catimage, catuserid, membercat, useroptions, adv_setting, customfields.*
L
L
L
FROM adv_gallery_images AS images
LEFT JOIN adv_gallery_categories AS categories ON (images.catid = categories.catid)
LEFT JOIN adv_gallery_customfields_entries AS customfields ON (images.imageid = customfields.imgid)
L
L
L
WHERE images.imageid = '2';

MySQL Error : 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 'L
L
FROM adv_gallery_images AS images
LEFT JOIN adv_gallery_categories AS ' at line 3 Error Number : 1064
Date : Wednesday, December 28th 2005 @ 06:26:48 AM
Script : http://mysite.com/new_site/gallery/s...ge.php?i=2&c=2
Referrer : http://mysite.com/new_site/gallery/browseimages.php?c=2
IP Address : **.**.***.**
Username : Unregistered
Classname : vb_database

I've looked through the forums and can;t seem to find this so anyone know why this is happening??

Thanks
Noxious is offline   Reply With Quote