Thank you for the prompt response. I will try this in a jiffy.
I forgot to mention this other error as well:
Deprecated: Unparenthesized
a ? b : c ? d : eis deprecated. Use either
(a ? b : c) ? d : eor
a ? b : (c ? d : e)in xxxx/public_html/wp-content/plugins/import-eventbrite-events/includes/class-import-eventbrite-events-aioec.php on line 159
-
This reply was modified 4 years ago by samthedev.