Hello there,
I had the same problem as other people: I could access my nodes in the day view calendar.
So as suggested, I installed the latest development version of the module ( both calendar and date).
Since then, the day view calendar does work, but now I cannot submit new events. When I try to do so, the page remains blank.
Other content type that doesn't have the date cck field are working ok, this is why I am posting this date and not calendar issues.
Below if the exports of my cck and my calendar view.
Many thanks for your help and support.
Drupalworld
CCK:

 $content[type]  = array (
  'name' => 'Events',
  'type' => 'event',
  'description' => 'Events in Zhuhai!',
  'title_label' => 'Title',
  'body_label' => '',
  'min_word_count' => '0',
  'help' => 'If you are organising an event or a promotion in Zhuhai, post it here! This service is free of charge!<br>
For more information, please check our Events Tips & Terms.',
  'node_options' => 
  array (
    'status' => true,
    'promote' => true,
    'sticky' => false,
    'revision' => false,
  ),
  'comment' => '2',
  'upload' => '0',
  'upload_inline' => 0,
  'jrating_nodeapi' => '1',
  'privatemsg_link' => 
  array (
    'node' => true,
    'teaser' => false,
    'comment' => true,
  ),
  'slideshow' => '0',
  'old_type' => 'event',
  'orig_type' => '',
  'module' => 'node',
  'custom' => '1',
  'modified' => '1',
  'locked' => '0',
);
$content[groups]  = array (
  0 => 
  array (
    'label' => 'Details',
    'settings' => 
    array (
      'form' => 
      array (
        'style' => 'fieldset_collapsible',
        'description' => '',
      ),
      'display' => 
      array (
        'description' => '',
        'teaser' => 'fieldset',
        'full' => 'fieldset',
        'label' => 'above',
      ),
    ),
    'weight' => '-2',
    'group_name' => 'group_details',
  ),
  1 => 
  array (
    'label' => 'Description',
    'settings' => 
    array (
      'form' => 
      array (
        'style' => 'fieldset_collapsible',
        'description' => '',
      ),
      'display' => 
      array (
        'description' => '',
        'teaser' => 'fieldset',
        'full' => 'fieldset',
        'label' => 'above',
      ),
    ),
    'weight' => '7',
    'group_name' => 'group_description',
  ),
  2 => 
  array (
    'label' => 'Image',
    'settings' => 
    array (
      'form' => 
      array (
        'style' => 'fieldset_collapsible',
        'description' => '',
      ),
      'display' => 
      array (
        'description' => '',
        'teaser' => 'fieldset',
        'full' => 'fieldset',
        'label' => 'above',
      ),
    ),
    'weight' => '8',
    'group_name' => 'group_image',
  ),
);
$content[fields]  = array (
  0 => 
  array (
    'widget_type' => 'date_js',
    'label' => 'Date',
    'weight' => '-2',
    'description' => '',
    'group' => 'group_details',
    'required' => '0',
    'multiple' => '0',
    'granularity' => 
    array (
      'Y' => 'Y',
      'M' => 'M',
      'D' => 'D',
    ),
    'todate' => 'optional',
    'input_format' => 'site-wide',
    'input_format_custom' => '',
    'output_format_date' => 'Y-m-d H:i',
    'output_format_zone' => '',
    'output_format_custom' => '',
    'output_format_date_long' => 'l, Y,  F j - H:i',
    'output_format_zone_long' => '',
    'output_format_custom_long' => '',
    'output_format_date_medium' => 'D, Y-m-d H:i',
    'output_format_zone_medium' => '',
    'output_format_custom_medium' => '',
    'output_format_date_short' => 'Y-m-d H:i',
    'output_format_zone_short' => '',
    'output_format_custom_short' => '',
    'tz_handling' => 'none',
    'field_timezone' => 'Antarctica/Casey',
    'field_name' => 'field_date',
    'field_type' => 'date',
    'module' => 'date',
  ),
  1 => 
  array (
    'widget_type' => 'text',
    'label' => 'Time',
    'weight' => '-1',
    'rows' => '1',
    'description' => '',
    'field_time' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '1',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_time',
    'field_type' => 'text',
    'module' => 'text',
  ),
  2 => 
  array (
    'widget_type' => 'text',
    'label' => 'Organizer',
    'weight' => '0',
    'rows' => '1',
    'description' => '',
    'field_organizer' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '1',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_organizer',
    'field_type' => 'text',
    'module' => 'text',
  ),
  3 => 
  array (
    'widget_type' => 'text',
    'label' => 'Price',
    'weight' => '1',
    'rows' => '1',
    'description' => '',
    'field_price' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '1',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_price',
    'field_type' => 'text',
    'module' => 'text',
  ),
  4 => 
  array (
    'widget_type' => 'text',
    'label' => 'Venue',
    'weight' => '2',
    'rows' => '1',
    'description' => '',
    'field_venue' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '1',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_venue',
    'field_type' => 'text',
    'module' => 'text',
  ),
  5 => 
  array (
    'widget_type' => 'text',
    'label' => 'Address in Chinese characters',
    'weight' => '3',
    'rows' => '1',
    'description' => 'What taxi drivers need to see to take someone to the right place.',
    'field_add_in_chinese' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '0',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '100',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_add_in_chinese',
    'field_type' => 'text',
    'module' => 'text',
  ),
  6 => 
  array (
    'widget_type' => 'text',
    'label' => 'Telephone',
    'weight' => '4',
    'rows' => '1',
    'description' => '',
    'field_telephone' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '0',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_telephone',
    'field_type' => 'text',
    'module' => 'text',
  ),
  7 => 
  array (
    'widget_type' => 'text',
    'label' => 'Email',
    'weight' => '5',
    'rows' => '1',
    'description' => '',
    'field_email' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '0',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_email',
    'field_type' => 'text',
    'module' => 'text',
  ),
  8 => 
  array (
    'widget_type' => 'link',
    'label' => 'Website',
    'weight' => '6',
    'description' => '',
    'field_website' => 
    array (
      0 => 
      array (
        'url' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '0',
    'multiple' => '0',
    'title' => 'none',
    'attributes' => 
    array (
      'target' => '_blank',
      'rel' => 'nofollow',
    ),
    'field_name' => 'field_website',
    'field_type' => 'link',
    'module' => 'link',
  ),
  9 => 
  array (
    'widget_type' => 'text',
    'label' => 'Text',
    'weight' => '7',
    'rows' => '15',
    'description' => '800 characters maximum ( about 60 words), and please no external links here. ',
    'field_text' => 
    array (
      0 => 
      array (
        'value' => '',
        'format' => '1',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_description',
    'required' => '1',
    'multiple' => '0',
    'text_processing' => '1',
    'max_length' => '800',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_text',
    'field_type' => 'text',
    'module' => 'text',
  ),
  10 => 
  array (
    'widget_type' => 'image',
    'label' => 'Flyer',
    'weight' => '8',
    'max_resolution' => '480x480',
    'image_path' => 'flyer',
    'custom_alt' => 0,
    'custom_title' => 0,
    'description' => 'Your flyer will be resized to 480x480 max.<br>
Maxixum upload is 1MB.',
    'group' => 'group_image',
    'required' => '0',
    'multiple' => '0',
    'field_name' => 'field_flyer',
    'field_type' => 'image',
    'module' => 'imagefield',
  ),
);
$content[type]  = array (
  'name' => 'Events',
  'type' => 'event',
  'description' => 'Events in Zhuhai!',
  'title_label' => 'Title',
  'body_label' => '',
  'min_word_count' => '0',
  'help' => 'If you are organising an event or a promotion in Zhuhai, post it here! This service is free of charge!<br>
For more information, please check our Events Tips & Terms.',
  'node_options' => 
  array (
    'status' => true,
    'promote' => true,
    'sticky' => false,
    'revision' => false,
  ),
  'comment' => '2',
  'upload' => '0',
  'upload_inline' => 0,
  'jrating_nodeapi' => '1',
  'privatemsg_link' => 
  array (
    'node' => true,
    'teaser' => false,
    'comment' => true,
  ),
  'slideshow' => '0',
  'old_type' => 'event',
  'orig_type' => '',
  'module' => 'node',
  'custom' => '1',
  'modified' => '1',
  'locked' => '0',
);
$content[groups]  = array (
  0 => 
  array (
    'label' => 'Details',
    'settings' => 
    array (
      'form' => 
      array (
        'style' => 'fieldset_collapsible',
        'description' => '',
      ),
      'display' => 
      array (
        'description' => '',
        'teaser' => 'fieldset',
        'full' => 'fieldset',
        'label' => 'above',
      ),
    ),
    'weight' => '-2',
    'group_name' => 'group_details',
  ),
  1 => 
  array (
    'label' => 'Description',
    'settings' => 
    array (
      'form' => 
      array (
        'style' => 'fieldset_collapsible',
        'description' => '',
      ),
      'display' => 
      array (
        'description' => '',
        'teaser' => 'fieldset',
        'full' => 'fieldset',
        'label' => 'above',
      ),
    ),
    'weight' => '7',
    'group_name' => 'group_description',
  ),
  2 => 
  array (
    'label' => 'Image',
    'settings' => 
    array (
      'form' => 
      array (
        'style' => 'fieldset_collapsible',
        'description' => '',
      ),
      'display' => 
      array (
        'description' => '',
        'teaser' => 'fieldset',
        'full' => 'fieldset',
        'label' => 'above',
      ),
    ),
    'weight' => '8',
    'group_name' => 'group_image',
  ),
);
$content[fields]  = array (
  0 => 
  array (
    'widget_type' => 'date_js',
    'label' => 'Date',
    'weight' => '-2',
    'description' => '',
    'group' => 'group_details',
    'required' => '0',
    'multiple' => '0',
    'granularity' => 
    array (
      'Y' => 'Y',
      'M' => 'M',
      'D' => 'D',
    ),
    'todate' => 'optional',
    'input_format' => 'site-wide',
    'input_format_custom' => '',
    'output_format_date' => 'Y-m-d H:i',
    'output_format_zone' => '',
    'output_format_custom' => '',
    'output_format_date_long' => 'l, Y,  F j - H:i',
    'output_format_zone_long' => '',
    'output_format_custom_long' => '',
    'output_format_date_medium' => 'D, Y-m-d H:i',
    'output_format_zone_medium' => '',
    'output_format_custom_medium' => '',
    'output_format_date_short' => 'Y-m-d H:i',
    'output_format_zone_short' => '',
    'output_format_custom_short' => '',
    'tz_handling' => 'none',
    'field_timezone' => 'Antarctica/Casey',
    'field_name' => 'field_date',
    'field_type' => 'date',
    'module' => 'date',
  ),
  1 => 
  array (
    'widget_type' => 'text',
    'label' => 'Time',
    'weight' => '-1',
    'rows' => '1',
    'description' => '',
    'field_time' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '1',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_time',
    'field_type' => 'text',
    'module' => 'text',
  ),
  2 => 
  array (
    'widget_type' => 'text',
    'label' => 'Organizer',
    'weight' => '0',
    'rows' => '1',
    'description' => '',
    'field_organizer' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '1',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_organizer',
    'field_type' => 'text',
    'module' => 'text',
  ),
  3 => 
  array (
    'widget_type' => 'text',
    'label' => 'Price',
    'weight' => '1',
    'rows' => '1',
    'description' => '',
    'field_price' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '1',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_price',
    'field_type' => 'text',
    'module' => 'text',
  ),
  4 => 
  array (
    'widget_type' => 'text',
    'label' => 'Venue',
    'weight' => '2',
    'rows' => '1',
    'description' => '',
    'field_venue' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '1',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_venue',
    'field_type' => 'text',
    'module' => 'text',
  ),
  5 => 
  array (
    'widget_type' => 'text',
    'label' => 'Address in Chinese characters',
    'weight' => '3',
    'rows' => '1',
    'description' => 'What taxi drivers need to see to take someone to the right place.',
    'field_add_in_chinese' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '0',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '100',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_add_in_chinese',
    'field_type' => 'text',
    'module' => 'text',
  ),
  6 => 
  array (
    'widget_type' => 'text',
    'label' => 'Telephone',
    'weight' => '4',
    'rows' => '1',
    'description' => '',
    'field_telephone' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '0',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_telephone',
    'field_type' => 'text',
    'module' => 'text',
  ),
  7 => 
  array (
    'widget_type' => 'text',
    'label' => 'Email',
    'weight' => '5',
    'rows' => '1',
    'description' => '',
    'field_email' => 
    array (
      0 => 
      array (
        'value' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '0',
    'multiple' => '0',
    'text_processing' => '0',
    'max_length' => '',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_email',
    'field_type' => 'text',
    'module' => 'text',
  ),
  8 => 
  array (
    'widget_type' => 'link',
    'label' => 'Website',
    'weight' => '6',
    'description' => '',
    'field_website' => 
    array (
      0 => 
      array (
        'url' => '',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_details',
    'required' => '0',
    'multiple' => '0',
    'title' => 'none',
    'attributes' => 
    array (
      'target' => '_blank',
      'rel' => 'nofollow',
    ),
    'field_name' => 'field_website',
    'field_type' => 'link',
    'module' => 'link',
  ),
  9 => 
  array (
    'widget_type' => 'text',
    'label' => 'Text',
    'weight' => '7',
    'rows' => '15',
    'description' => '800 characters maximum ( about 60 words), and please no external links here. ',
    'field_text' => 
    array (
      0 => 
      array (
        'value' => '',
        'format' => '1',
      ),
    ),
    'default_value_php' => '',
    'group' => 'group_description',
    'required' => '1',
    'multiple' => '0',
    'text_processing' => '1',
    'max_length' => '800',
    'allowed_values' => '',
    'allowed_values_php' => '',
    'field_name' => 'field_text',
    'field_type' => 'text',
    'module' => 'text',
  ),
  10 => 
  array (
    'widget_type' => 'image',
    'label' => 'Flyer',
    'weight' => '8',
    'max_resolution' => '480x480',
    'image_path' => 'flyer',
    'custom_alt' => 0,
    'custom_title' => 0,
    'description' => 'Your flyer will be resized to 480x480 max.<br>
Maxixum upload is 1MB.',
    'group' => 'group_image',
    'required' => '0',
    'multiple' => '0',
    'field_name' => 'field_flyer',
    'field_type' => 'image',
    'module' => 'imagefield',
  ),
);

VIEW:

$view = new stdClass();
  $view->name = 'Event_Calendar';
  $view->description = 'Calendar view of any date field';
  $view->access = array (
);
  $view->view_args_php = '';
  $view->page = TRUE;
  $view->page_title = 'Zhuhai Event Calendar';
  $view->page_header = '';
  $view->page_header_format = '1';
  $view->page_footer = '';
  $view->page_footer_format = '1';
  $view->page_empty = '';
  $view->page_empty_format = '1';
  $view->page_type = 'calendar';
  $view->url = 'event-calendar';
  $view->use_pager = TRUE;
  $view->nodes_per_page = '99';
  $view->block = TRUE;
  $view->block_title = 'Event Calendar';
  $view->block_header = '';
  $view->block_header_format = '1';
  $view->block_footer = '';
  $view->block_footer_format = '1';
  $view->block_empty = '';
  $view->block_empty_format = '1';
  $view->block_type = 'calendar';
  $view->nodes_per_block = '99';
  $view->block_more = TRUE;
  $view->block_use_page_header = FALSE;
  $view->block_use_page_footer = FALSE;
  $view->block_use_page_empty = FALSE;
  $view->sort = array (
    array (
      'tablename' => 'node',
      'field' => 'changed',
      'sortorder' => 'ASC',
      'options' => 'normal',
    ),
  );
  $view->argument = array (
    array (
      'type' => 'calendar_year',
      'argdefault' => '2',
      'title' => 'Year',
      'options' => '',
      'wildcard' => '',
      'wildcard_substitution' => '',
    ),
    array (
      'type' => 'calendar_month',
      'argdefault' => '2',
      'title' => 'Month',
      'options' => '',
      'wildcard' => '',
      'wildcard_substitution' => '',
    ),
    array (
      'type' => 'calendar_day',
      'argdefault' => '2',
      'title' => 'Day',
      'options' => '',
      'wildcard' => '',
      'wildcard_substitution' => '',
    ),
  );
  $view->field = array (
    array (
      'tablename' => 'node',
      'field' => 'title',
      'label' => 'Title:',
      'handler' => 'views_handler_field_nodelink',
      'options' => 'link',
    ),
    array (
      'tablename' => 'node_data_field_date',
      'field' => 'field_date_value',
      'label' => '',
      'handler' => 'content_views_field_handler_ungroup',
      'options' => 'default',
    ),
  );
  $view->filter = array (
    array (
      'tablename' => 'node',
      'field' => 'status',
      'operator' => '=',
      'options' => '',
      'value' => '1',
    ),
    array (
      'tablename' => 'node',
      'field' => 'type',
      'operator' => 'OR',
      'options' => '',
      'value' => array (
  0 => 'event',
),
    ),
  );
  $view->exposed_filter = array (
  );
  $view->requires = array(node, node_data_field_date);
  $views[$view->name] = $view;  

Comments

karens’s picture

I notice your date field uses the javascript calendar popup. Try switching to a different widget -- either the text field or the selector -- and see what happens. This may be a jscalendar problem. When you switch the widget you have to save the change to the field, then go back into the field and set the settings for your new widget and save it again.

drupalworld’s picture

Thank you for your prompt answer. I will follow your suggestion and report feedback here.
And thanks for a great module :)
Drupalworld

tema’s picture

Sorry, looks like here's the better place for my followup I posted there.

I'm using local Apache 2.0 + MySQL 5.0.17 + PHP 5.1.1 for Windows and Drupal 5.1

Configurable timezones are off.

// $Id: content.module,v 1.90.2.36 2007/01/29 16:03:43 yched Exp $
// $Id: date.module,v 1.32.2.35 2007/04/07 17:20:14 karens Exp $
// $Id: date_api.module,v 1.1.4.2 2007/02/21 14:15:38 karens Exp $

My content type

$content[type]  = array (
  'name' => 'Event',
  'type' => 'event',
  'description' => '',
  'title_label' => 'Header',
  'body_label' => 'Text',
  'min_word_count' => '0',
  'help' => '',
  'node_options' => 
  array (
    'status' => true,
    'promote' => true,
    'sticky' => false,
    'revision' => false,
  ),
  'old_type' => 'event',
  'orig_type' => '',
  'module' => 'node',
  'custom' => '1',
  'modified' => '1',
  'locked' => '0',
);
$content[fields]  = array (
  0 => 
  array (
    'widget_type' => 'date_text',
    'label' => 'date',
    'weight' => '0',
    'description' => '',
    'group' => false,
    'required' => '0',
    'multiple' => '0',
    'granularity' => 
    array (
      'Y' => 'Y',
      'M' => 'M',
      'D' => 'D',
      'H' => 'H',
      'N' => 'N',
    ),
    'todate' => 'optional',
    'input_format' => 'site-wide',
    'input_format_custom' => '',
    'output_format_date' => 'd.m.Y',
    'output_format_zone' => '',
    'output_format_custom' => '',
    'output_format_date_long' => 'd.m.Y',
    'output_format_zone_long' => '',
    'output_format_custom_long' => '',
    'output_format_date_medium' => 'd.m.Y',
    'output_format_zone_medium' => '',
    'output_format_custom_medium' => '',
    'output_format_date_short' => 'd.m.y - H:i',
    'output_format_zone_short' => '',
    'output_format_custom_short' => '',
    'tz_handling' => 'none',
    'field_timezone' => 'GMT',
    'field_name' => 'field_date',
    'field_type' => 'datestamp',
    'module' => 'date',
  ),
);

I have my server down every time when I'm trying to add a node of this type.

Before crushing MySQL writes in a log:
"[Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them".

Apache's log looks clean.

parasite’s picture

I have a node type with a lot of cck fields, but only 2 date field, settings are the same: widget-selector, no jscalendar module installed, no timezone conversion, no multiple, no required.
My problem is also simple: I use nodeprofile, nodefamily, usernode modules, so admin can create users with profiles, which has fields like "birth date". Now I have all contrib modules disabled, but cck modules. Node creation, preview not working, because i get a nice blank screen after the submit if date module is enabled. If I disable it everything works fine.

Lowell’s picture

This might help, I have had 2 situations where I get blank screens, both because of php memory shortages.

If it is just a shortage of memory you can change that easily with a php.ini file among several othger mehtods.
Another time I had some kind of database glitch that caused an infinite loop that caused the php memory to be overrun again.

I guess they call it the "blank screen of death" and is usually a php memory problem.

Lowell’s picture

I must be losing my mind, maybe I never fixed it...Maybe I did and then broke it again...I dont know!

Anyway, back to the beginning

When creating or editing a node with the date field I get a blank page and corresponding many many multiple errors in the logs

array_shift() [function.array-shift]: The argument should be an array in /home/thp/public_html/includes/form.inc on line 832.

Please let me know if this means anything relevant.

Lowell’s picture

Well, I must have been half asleep when I moved to the latest dev (from a few days ago) for date and calendar modules

I have three installs all doing the same thing :-((

I counted over 8000 log entries with the array_shift error message.

karens’s picture

I finally found the problem here, but in fixing it I see I need to do some related cleanup of the way validation is handled, so I'll get a fix committed as soon as I work out the best approach.

karens’s picture

Status: Active » Fixed

I think I have this fixed in latest commit finally.

Anonymous’s picture

Status: Fixed » Closed (fixed)