Alas, this is
not a question of corrupt data.
I created an event from scratch and then tried to delete it again but I just get a screen full of output the start of which is shown below. Looking at the query I can see what is wrong, however. It does not use our database table prefix. eg
#__jevents_vevent rather than jos_jevents_vevent.
ID: 1359string(988) "SELECT ev.*, rpt.*, rr.*, det.* , ev.state as state, ev.state as published , YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup , YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn , HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup , HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn FROM #__jevents_vevent as ev INNER JOIN #__jevents_repetition as rpt ON rpt.eventid = ev.ev_id INNER JOIN #__jevents_vevdetail as det ON det.evdet_id = rpt.eventdetail_id LEFT JOIN #__jevents_rrule as rr ON rr.eventid = ev.ev_id INNER JOIN #__jevents_icsfile as icsf ON icsf.ics_id=ev.icsid WHERE ev.catid IN(-1,14,15,116,119,122,123,124,125,126,117,118,121,179,160,177,115,180) AND ev.access IN (1,2,3,5,6,8,9) AND icsf.access IN (1,2,3,5,6,8,9) AND ev.ev_id = '1359' GROUP BY rpt.rp_id LIMIT 1"
Could this be related to some of the extra components we have? I noticed this is not an issue on a second development site where we only have the free version of jEvents ie no Locations or custom fields.
This is getting quite urgent now as we need to upload the new program.