user warning: Unknown column 'node_data_field_projet_tauxhoraire.field_projet_tauxhoraire_valu' in 'field list'
query: SELECT node.nid AS nid,
node.title AS node_title,
node.language AS node_language,
node_data_field_projet_budget.field_projet_budget_value AS node_data_field_projet_budget_field_projet_budget_value,
node.type AS node_type,
node.vid AS node_vid,
node_data_field_projet_budget.field_projet_budget_new_value AS node_data_field_projet_budget_field_projet_budget_new_value,
node_data_field_projet_tauxhoraire.field_projet_tauxhoraire_value AS unknown
FROM node node
INNER JOIN content_type_projet node_data_field_projet_statut ON node.vid = node_data_field_projet_statut.vid
INNER JOIN content_field_projet_categorie node_data_field_projet_categorie ON node.vid = node_data_field_projet_categorie.vid
LEFT JOIN content_type_projet node_data_field_projet_budget ON node.vid = node_data_field_projet_budget.vid
WHERE (node.type in ('projet')) AND (node_data_field_projet_statut.field_projet_statut_value IN ('1', '4')) AND (node_data_field_projet_categorie.field_projet_categorie_value = '16')
ORDER BY unknown ASC
LIMIT 0, 10 in /home/louerune/www/sites/all/modules/views/includes/view.inc on line 771.