Reinier
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] New event not listen and 404These warnings are all because in the meantime I had updated PHP to 8.2.x:
[28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Aggregator::$migrate is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator.php on line 420 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__REST__V1__EA_Messages::$messages is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/REST/V1/Messages.php on line 12 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Aggregator::$records is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator.php on line 424 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Aggregator::$cron is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator.php on line 425 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Aggregator::$errors is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator.php on line 428 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Main::$registered is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Main.php on line 667 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe\Events\Event_Status\Classic_Editor::$context is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Event_Status/Classic_Editor.php on line 63 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Venue::$singular_venue_label_lowercase is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Venue.php on line 108 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Venue::$plural_venue_label_lowercase is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Venue.php on line 110 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Organizer::$singular_organizer_label_lowercase is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Organizer.php on line 72 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Organizer::$plural_organizer_label_lowercase is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Organizer.php on line 74 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Main::$singular_event_label_lowercase is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Main.php on line 967 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Main::$plural_event_label_lowercase is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Main.php on line 968 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Main::$currentDay is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Main.php on line 972 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Main::$errors is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Main.php on line 973 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Creation of dynamic property Tribe__Events__Main::$scheduler is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/src/Tribe/Main.php on line 2371 [28-Jan-2023 15:54:13 UTC] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/[SITENAME]/wp-content/plugins/the-events-calendar/common/src/functions/utils.php on line 1130
I’ve downgraded to 8.0.27 and at least these warnings have disappeared.
I’ve disabled ALL plugins except for The Events Calendar. Theme is set to Twenty Twenty Three.
The event with the 404 error still has the same issue.
Creating a new event seems to work, but I’ll keep looking to see if the issue disappears.
Meanwhile, on the live site, I’m still experiencing the same issue though.
- This reply was modified 1 year, 10 months ago by Reinier.
Forum: Plugins
In reply to: [The Events Calendar] New event not listen and 404The typo I made in this thread’s title makes me sad :'( It should be listed of course.
Thanks for the suggestion. I’ve created a staging site and enabled logging. There are a million warnings about deprecated functions (those were not there a week or so ago when I enabled debugging on the live site).
Let me review the warnings and I’ll come back with an update later.
Forum: Plugins
In reply to: [The Events Calendar] New event not listen and 404Right now there is just one event that shows the 404 error. I’ve noticed that it’s the only record in the posts table with post_type = tribe_events with no corresponding record in table tec_events:
select p.* from
wp_posts
as p left joinwp_tec_events
as e on p.ID = e.post_id where p.post_type = 'tribe_events' and e.event_id is nullThe result is one record, the faulty event.
Forum: Plugins
In reply to: [The Events Calendar] New event not listen and 404Good to hear that I’m not the only one experiencing this. In my case, not all new events have this problem. I’ll check if I can see some kind of pattern between events with and events without the 404 error.
Forum: Plugins
In reply to: [The Events Calendar] Display of date in the right formatIt is not, I totally agree with you (I’m just a plugin user like you) ??
Forum: Plugins
In reply to: [The Events Calendar] Display of date in the right formatThe date formats you specify in the config are not used in most places. For example in the sidebar widget. I’ve started a thread on that but got no replies (https://www.ads-software.com/support/topic/wrong-date-format-used-in-sidebar-widget/).
You can create a child theme and edit the correct theme files to alter the date and time formats to your liking.
Forum: Plugins
In reply to: [The Events Calendar] Event title not editable when using GutenbergThanks for the suggestions. It happened on new events and pre-existing ones. But several plugins have been updated in the last couple of days and the issue has now disappeared. No idea what the actual cause was but it seems to be OK now…