If I create an event and change it to a monthly, 2nd Saturday (every 1 interval) repeating event with no other repeat options set, my initial event is marked as a [Repeat] event and a new event is created one week later and marked as [Repeat]. (Initial event I'm setting up is a 1-hour October 8th, 2005.)

I just downloaded and installed eventrepeat.module from CVS about 8 hours ago (just so you know which version I have).

To see an example, visit:

http://asciigroup.org/event

Notice the events are consecutive node numbers. My initial event was created as node number 39. When I set the repeat options, eventrepeat.module created a new node number 40.

Also, no other events are created. For instance, nothing shows up in November, even after the cron job runs.

I would appreciate any help with debugging this. I'm not unfamiliar with PHP.

Comments

hunmonk’s picture

Status: Active » Fixed

i am unable to replicate your 2nd saturday problem. my test site renders the nodes just fine, see here:

http://www.outofprintdownloads.com/

you might want to try reseeding the event_repeat_calendar_map table and see if that helps. to do so, delete all rows from that table, then visit your website's cron.php page to reseed the table. i can't help you otherwise--the module is functioning as it should as far as i can tell.

the other problem may have been caused by a bug which i just fixed, where only the first repeat pattern was being dynamically rendered outside of the initial render range. this problem is now fixed...

in the future, try to put seperate bug reports in seperate issues--it makes it easier for devs to organize the solutions, and easier for users to search all open issues.

Anonymous’s picture

Status: Fixed » Closed (fixed)