PHP warning on front end delete event
-
When deleting an event from the Front End, PHP raises a warning
count(): Parameter must be an array or an object that implements Countable
This is generated from line 127 of em_actions:
$plural = (count($selectedEvents) > 1) ? (‘Events’,’events-manager’):(‘Event’,’events-manager’);On some devices this warning goes into the error log, on others it is displayed to the users as well as going into the error log.
The topic ‘PHP warning on front end delete event’ is closed to new replies.