Compat with PHP-8
-
Latest WP-version, latest Tribe-version on PHP 8.0.8 (July 17, 2021)
Similar to Compatibility with PHP 8+ #1527
but caused by
the-events-calendar/common/src/Tribe/Plugin_Meta_Links.php (__clone and __wakeup())I’ll get the following Warnigs:
Warning: Private methods cannot be final as they are never overridden by other classes in /is/htdocs/.../wp-content/plugins/the-events-calendar/common/src/Tribe/Plugin_Meta_Links.php on line 127 Warning: Private methods cannot be final as they are never overridden by other classes in /is/htdocs/.../wp-content/plugins/the-events-calendar/common/src/Tribe/Plugin_Meta_Links.php on line 140 Warning: The magic method Tribe__Plugin_Meta_Links::__wakeup() must have public visibility in /is/htdocs/.../wp-content/plugins/the-events-calendar/common/src/Tribe/Plugin_Meta_Links.php on line 140 Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/.../wp-content/plugins/the-events-calendar/common/src/Tribe/Plugin_Meta_Links.php:127) in /is/htdocs/.../wp-includes/functions.php on line 6362 Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/.../wp-content/plugins/the-events-calendar/common/src/Tribe/Plugin_Meta_Links.php:127) in /is/htdocs/.../wp-admin/includes/misc.php on line 1310 Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/.../wp-content/plugins/the-events-calendar/common/src/Tribe/Plugin_Meta_Links.php:127) in /is/htdocs/.../wp-admin/admin-header.php on line 9
Remove ‘final’ on both methods for a quick fix.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Compat with PHP-8’ is closed to new replies.