<div dir="ltr">hello<br><br>I created a new view that has custom content type.<br><br>when no user is logged in and when i access this page i get:<br>user warning: Unknown column 
&#39;node_data_field_due_date.field_due_date_value&#39; in &#39;where clause&#39;
query: SELECT DISTINCT node.nid AS nid,
   node.type AS node_type
 FROM node node 
  INNER JOIN node_access na ON na.nid = node.nid WHERE (na.grant_view 
&gt;= 1 AND ((na.gid = 0 AND na.realm = &#39;all&#39;) OR (na.gid = 0 AND 
na.realm = &#39;og_public&#39;))) AND (  (node.type in (&#39;homework&#39;))
    AND ((DATE_FORMAT(node_data_field_due_date.field_due_date_value, 
&#39;%Y-%m&#39;) &lt;= &#39;2011-12&#39; AND 
DATE_FORMAT(node_data_field_due_date.field_due_date_value2, &#39;%Y-%m&#39;) 
&gt;= &#39;2011-12&#39;))
   ) in 
C:\xampp\htdocs\drupal-6.22\sites\all\modules\views-6.x-2.12\views\includes\view.inc
 on line 775.<br><br>at the top of the calendar page.<br><br>This error does not occur when a user is logged in.<br><br>moreover, I receive from time to time, upon saving the view, an ajax error appearing as a pop-up message saying:<br>
an error occurred at /admin/build/views/ajax/preview/mycalendar
<p>Error description: 404: Not found</p><br>Any idea please?<br>thank you<br><br></div>