Updated from 6.2-2.x-dev (2009-08-29) to 2010-02-26 version (disabled modules, deleted folder, extracted new folder, added 3 date picker files, re-enabled modules and ran update.php). No updates found.
Have several Views blocks for displaying upcoming events (event title and date/time filtered by taxonomy and sorted by date). These now display all kinds of nodes which are NOT events. Views edit shows Error: handler for event > event_start doesn't exist! and Error: handler for event > event_end doesn't exist!
Deleted new version and reinstalled 2009-08-29 version. Upcoming events displayed correctly. Repeated install of new version and error was reproducible.
NOTE: Am NOT using Events Views module.
Comments
Comment #1
mauryg commentedUpdate on my previous post (Event displays nonsense). Further inspection showed that the Upcoming Events block display created by Views was the same as when the Event module was NOT ENABLED (with either version). The problem is clearly the broken handler with event_start and event_end not being found.
As before, update.php does not show any updates for Event when the new version is installed and enabled.
Comment #2
mauryg commentedAfter retesting an upgrade from Events 6.2-2.x-dev (2009-AUG28) to 6.2-2.x-dev (2010-JUL11) AND Event_Views 6.x-2.x-dev (2009-JUN28) to 6.x-2.4 I found that I was still getting "Broken handler" errors in my Views. I then discovered that in place of the previious fields "Event: Start" and "Event: End" the new available fields were now labelled "Events: Event Start" and "Events: Event End". After redoing the Fields, Filters, and Sort listings in all of my Events views, everything worked. So apparently the problem lay with BOTH the Events module which eliminated the original Event:Start and Event:End AND the new Event_Views module which changed/added the new field names.