On a site I'm working on they've created a luncheon that occurs on the 3rd Wednesday. I had a lot of problems with them, so I deleted the original entries. I created a new one, properly set up (AFAIK). It shows properly up through the end of 2007, then shows up on every day of every month starting in January 2008. I can edit any of the days and do nothing but submit it (no changes), and it clears up and shows correctly. But I have to do this on every month, even though I say "edit all occurrences."
Comments
Comment #1
seanbfuller commentedOK, that's an odd one. What does the debug page look like? Are they listed as just one entry?
Comment #2
nancydruScreen shot
I see a few weird things here. First, rid 1 points to node/54 which has been deleted. And look at its start and end dates.
rid 4 points to node/102 which is one of the repeats that starts with node/94. The actual event starts on 9/1/2007 and ends 12/31/2008 (actually shouldn't have an end date at all). I can't remember exactly, but the May entry may be where it started messing up.
I went back to the original node and removed the end date. Sep 2008 and Oct 2008. Notice Oct also shows "all day" where as Sep shows correctly. Could this have anything to do with Cron not running before I looked at the calendar? Here's debug after
Comment #3
seanbfuller commentedYeah, those two look wrong. Can you try deleting both and recreating? It could have something to do with cron, as you suggested, but I'm not sure.
Comment #4
nancydruI had just deleted and recreated just before that.
Comment #5
nancydruHmmm, I'm looking at the event_repeats table. There is nothing pointing to node/54. Rid 1 points to node/47. So how and why is it being linked to 54? Node/54 does not exist in either the node or node_revisions table. The event table also has no entry for node/54.
Comment #6
seanbfuller commentedHmm, do you have the option of backing up your database, grabbing the new 5.x1.x code, uninstalling, then reinstalling eventrepeat and trying to recreate? In the meantime, I'll try to create a similar event and see if I can get it to misbehave.
Comment #7
nancydruI probably can. I went with the official release of ER and Event because the site was to be used by people who are just getting introduced to Drupal and they had a limited budget. I've already exceeded that budget and am working pro-bono now.
Comment #8
rmiddle commentedNancyDru,
I doubt this is still a problem for you but if it is please try the 5.x-1.1 and see if you can repeat.
Thanks
Robert
Comment #9
nancydruIt probably would be if I was still working on that site.