Trappen en balustraden
user warning: Unknown column 'ctp.field_installation_overview_pict_fid' in 'on clause'
query:
SELECT n.title, n.nid, r.teaser, f.filepath
FROM node n
INNER JOIN term_node tn ON n.nid = tn.nid
INNER JOIN node_revisions r ON n.nid = r.nid
INNER JOIN content_type_project ctp ON n.nid = ctp.nid
INNER JOIN files f ON ctp.field_installation_overview_pict_fid = f.fid
WHERE n.type = 'project'
AND tn.tid = 2
AND n.status = 1
AND n.language = 'nl'
in /home/httpd/vhosts/nederhoed.nl/httpdocs/sites/all/modules/custom/nederhoed_projects/nederhoed_projects.module on line 138.