Google Calendar Subscribe fails under PHP7
-
Every time I add a calendar I get this in the debug.log:
[26-Jan-2018 19:42:54 UTC] PHP Fatal error: Uncaught Error: Call to undefined method WP_Error::get_data_hash() in /var/www/html/mysite/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/Tabs/Abstract.php:124 Stack trace: #0 /var/www/html/mysite/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/Tabs/New.php(89): Tribe__Events__Aggregator__Tabs__Abstract->handle_submit() #1 /var/www/html/mysite/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/Tabs/New.php(449): Tribe__Events__Aggregator__Tabs__New->handle_submit() #2 /var/www/html/mysite/wp-includes/class-wp-hook.php(286): Tribe__Events__Aggregator__Tabs__New->ajax_create_import('') #3 /var/www/html/mysite/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #4 /var/www/html/mysite/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #5 /var/www/html/mysite/wp-admin/admin-ajax.php(97): do_action('wp_ajax_tribe_a...') #6 {main} thrown in /var/www/html/mysite/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/Tabs/Abstract.php on line 124
While it’s trying to update a calendar (that was added under php5.6) I get this error over and over and over:
[26-Jan-2018 19:42:57 UTC] the-events-calendar/common - Log: Initializing Tribe Events on Jan, 26th at 07:01:57 pm [26-Jan-2018 19:42:57 UTC] the-events-calendar/common - Log: Initializing Tribe Events on Jan, 26th at 07:01:57 pm [26-Jan-2018 19:43:00 UTC] the-events-calendar/common - Log: Initializing Tribe Events on Jan, 26th at 07:01:00 pm [26-Jan-2018 19:43:00 UTC] the-events-calendar/common - Log: Initializing Tribe Events on Jan, 26th at 07:01:00 pm [26-Jan-2018 19:43:03 UTC] the-events-calendar/common - Log: Initializing Tribe Events on Jan, 26th at 07:01:03 pm [26-Jan-2018 19:43:03 UTC] the-events-calendar/common - Log: Initializing Tribe Events on Jan, 26th at 07:01:03 pm [26-Jan-2018 19:43:03 UTC] the-events-calendar/common - Log: Initializing Tribe Events on Jan, 26th at 07:01:03 pm [26-Jan-2018 19:43:03 UTC] the-events-calendar/common - Log: Initializing Tribe Events on Jan, 26th at 07:01:03 pm [26-Jan-2018 19:43:06 UTC] the-events-calendar/common - Log: Initializing Tribe Events on Jan, 26th at 07:01:06 pm [26-Jan-2018 19:43:06 UTC] the-events-calendar/common - Log: Initializing Tribe Events on Jan, 26th at 07:01:06 pm [26-Jan-2018 19:43:08 UTC] the-events-calendar/common - Log: Initializing Tribe Events on Jan, 26th at 07:01:08 pm
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Google Calendar Subscribe fails under PHP7’ is closed to new replies.