I am seeing the same error (Argument 'Length' ...) after this upgrade history:
DNN from 5.2.2 (73) to 5.5.0 (653) - (Events not showing on calendar)
Events from 3.3.8 to 5.0.3 - (Errors on the update "Invalid column name 'ModuleTitle'.")
Events from 5.0.3 to 5.1.4 - ("Argument 'Length'"... appearing)
Events "Repair" 5.1.4 - ("Argument 'Length'"... still present)
I ran the queries you suggested:
select recurmasterid, rrule, eventname from eventsrecurmaster
recurmasterid |
rrule |
eventname |
2 |
Dummy |
|
3 |
Dummy |
|
4 |
|
sub committe meeting |
select eventid, eventname, repeattype, every, period from events where recurmasterid = 1
(no records)
Should I delete one of the "Dummy" records?
Are there other steps I can to to repair the installation and retrieve the historic records?