Calendar
user warning: Unknown column 'node.title' in 'field list'
query: SELECT civicrm_event.id AS id,
civicrm_event.title AS civicrm_event_title,
civicrm_event.start_date AS civicrm_event_start_date,
civicrm_event.summary AS civicrm_event_summary,
civicrm_event.end_date AS civicrm_event_end_date,
node.title AS node_title,
node.type AS node_type
FROM civicrm.civicrm_event civicrm_event
WHERE ((civicrm_event.is_active <> 0) AND (civicrm_event.is_public <> 0) AND (civicrm_event.start_date >= '1969-12-31 20:00:00') AND (civicrm_event.start_date <= '1969-12-31 20:50:00'))
AND (DATE_FORMAT(ADDTIME(civicrm_event.start_date, SEC_TO_TIME(-14400)), '%Y-%m-%d') >= '2010-09-05')
ORDER BY civicrm_event_start_date ASC, civicrm_event_end_date ASC
in /var/www/drupal-trunk/sites/all/modules/views/includes/view.inc on line 775.