Fatal error when deleting an attendee using PHP 8.0.
-
If I attempt to delete an attendee (Event->Attendees->delete) using PHP 8.0 I get a fatal error message.
Fatal error: Uncaught Error: call_user_func(): Argument #1 ($callback) must be a valid callback, class “TECTicketsCommerceModule” not found
in xxxxxxxxx/wp-content/plugins/event-tickets/src/Tribe/Attendees_Table.php on line 912If I revert to PHP 7.4 it works OK (I get the same message as above, but it is only a warning)
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Fatal error when deleting an attendee using PHP 8.0.’ is closed to new replies.