user warning: Unknown column 'index.html' in 'where clause'
query:
SELECT n.nid, n.title, fp.filepath AS preview, ft.filepath AS thumbnail
FROM node n
INNER JOIN term_node tn ON n.nid = tn.nid
AND n.vid = tn.vid
INNER JOIN content_type_gallerificimage ctg
ON n.nid = ctg.nid AND n.vid = ctg.vid
INNER JOIN files fp ON ctg.field_mainimage_fid = fp.fid
INNER JOIN files ft ON ctg.field_thumbnail_fid = ft.fid
WHERE tn.tid = index.html
ORDER BY ctg.field_order_value ASC in /home/mattlemons/jonlemons.com/sites/default/modules/simpleviewer/simpleviewer.module on line 79.
Photos