Update to version 2.3.1.1 caused fatal error
-
Error message: Uncaught Error: Call to undefined method FDSUS\Id::version() in /home5/afmadmin/internaldev.annapolisfriends.org/wp-content/plugins/sign-up-sheets/main.php:57
Code snippet where error occurs:
if (
(
empty(Id::version(‘pro’))
|| fdsusIsFallbackPlugin()
|| (!empty(Id::version(‘free’)) && !empty(Id::version(‘pro’))
&& version_compare(Id::version(‘free’), Id::version(‘pro’), ‘==’)
&& !class_exists(‘\FDSUS\Main’)
)
)
&& !class_exists(‘\FDSUS\Main’)
):WordPress version 6.7.2; php version 8.2.18
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.