I already had a calendar and added scheduler which did not show the js date picker. I enabled Date tools and this wizard created a new view called calendar_date (I already had a view called "Calendar" which worked). I have disabled most of these now but I cannot access may calendar (page not found) and the date settings in one of my content types has been wiped. When I try to reinstate them I get warnings like:

* user warning: Unknown column 'field_date_value' in 'field list' query: INSERT INTO content_field_date (vid, nid, delta, field_date_value, field_date_value2) SELECT vid, nid, 0, field_date_value, field_date_value2 FROM content_type_events in C:\wamp\www\wlvh\sites\all\modules\cck\includes\content.admin.inc on line 1549.
* user warning: Can't DROP 'field_date_value'; check that column/key exists query: ALTER TABLE content_type_events DROP field_date_value in C:\wamp\www\wlvh\includes\database.mysql-common.inc on line 322.
* user warning: Can't DROP 'field_date_value2'; check that column/key exists query: ALTER TABLE content_type_events DROP field_date_value2 in C:\wamp\www\wlvh\includes\database.mysql-common.inc on line 322.

Be grateful for any guidance.

Comments

eric-alexander schaefer’s picture

Status: Active » Closed (won't fix)

This is a problem with the date module (http://www.drupal.org/project/date). Please file an issue there.

BTW: You are not really using scheduler 6.x-1.2-rc2 on a production site, are you?

cantthinkofanickname’s picture

I have disabled Date tools as this does not seem to do anything. That's cured the problem. I now notice that if I click into the date field the date picker appears so all seems Ok.