user warning: Unknown column 'cte.field_event_date_value' in 'field list'
query:
SELECT n.*, cte.*, (UNIX_TIMESTAMP(cte.field_event_date_value) < UNIX_TIMESTAMP()) as past
FROM node n
LEFT JOIN content_field_event_images cfei USING(nid)
LEFT JOIN content_type_event cte USING(nid)
LEFT JOIN content_field_documents cfd USING(nid)
WHERE (cfei.field_event_images_data IS NOT NULL OR cfd.field_documents_fid IS NOT NULL)
AND n.type = 'event'
AND n.status = 1 AND n.language = 'fr'
GROUP BY n.nid
ORDER BY cte.field_event_date_value DESC
in /opt/appdata00/www/www/sites/all/modules/custom_pages/custom_pages.module on line 206.
Il n'y a actuellement aucune contribution dans cette catégorie.
Communiqués
Les derniers сommuniqués
-
30-01-2012
-
21-11-2011
-
21-11-2011
-
08-11-2011
-
08-11-2011
-
08-11-2011
-
02-11-2011
-
02-11-2011
-
06-10-2011
-
05-10-2011


