Site Projects
user warning: Unknown column 'node_data_field_funding_status_field_funding_status_value' in 'order clause'
query: SELECT node.nid, node.sticky AS node_sticky, node_data_field_types_volunteering.field_types_volunteering_value AS node_data_field_types_volunteering_field_types_volunteering_value, node_data_field_types_progress.field_types_progress_value AS node_data_field_types_progress_field_types_progress_value, node.title AS node_title, node.changed AS node_changed, node_data_field_type_package.field_type_package_value AS node_data_field_type_package_field_type_package_value, node_data_field_description_short.field_description_short_value AS node_data_field_description_short_field_description_short_value FROM node node LEFT JOIN content_field_types_volunteering node_data_field_types_volunteering ON node.vid = node_data_field_types_volunteering.vid LEFT JOIN content_field_types_progress node_data_field_types_progress ON node.vid = node_data_field_types_progress.vid LEFT JOIN content_type_projects node_data_field_type_package ON node.vid = node_data_field_type_package.vid LEFT JOIN content_field_funding_status node_data_field_funding_status ON node.vid = node_data_field_funding_status.vid LEFT JOIN content_field_description_short node_data_field_description_short ON node.vid = node_data_field_description_short.vid WHERE (node.type IN ('projects')) ORDER BY node_sticky DESC, node_data_field_types_volunteering_field_types_volunteering_value DESC, node_data_field_types_progress_field_types_progress_value DESC, node_data_field_funding_status_field_funding_status_value ASC in /home/openfarm/drupal/html/includes/database.mysql.inc on line 172.