By Patrick29 on Monday, 20 April 2020
Replies 3
Likes 0
Views 776
Votes 0
If I want to delete a repeat or event in the frontend or backend:

Argument 2 passed to Joomla\CMS\Application\BaseApplication::triggerEvent() must be of the type array or null, integer given, called in /www/htdocs/..../administrator/components/com_jevents/controllers/icalrepeat.php on line 848
Please change that line to:

$res = JFactory::getApplication()->triggerEvent('onDeleteEventRepeat', array($id));

I'll check with Geraint how this did not make it in to 3.4.54.

Many thanks
Tony
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, now it works again
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Any update on why it is so hard to delete events in jevents? This has been a problem for years it seems. Updated to php 7.2, joomla 3.9, jevents 3.6.12 - but can not delete an event? I can unpublish them but not delete them?
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post