Conversation
supportHi there. I’m testing a site that is in line for a PHP update (to 8.2 from 8.0) and I get a lot of “Deprecated” warnings, mainly from Keyring. It looks like it’s three specific lines, across two files, that are causing the issue: /wp-content/plugins/keyring/includes/oauth-php/OAuth.php on line 19 /wp-content/plugins/keyring/service.php on line 128 /wp-content/plugins/keyring/service.php on line 129 Deprecated: Creation of dynamic property Keyring_Service_500px::$authenticate_url is deprecated in /wp-content/plugins/keyring/service.php on line 128 Deprecated: Creation of dynamic property Keyring_Service_500px::$authenticate_method is deprecated in /wp-content/plugins/keyring/service.php on line 129 Deprecated: Creation of dynamic property Keyring_Service_500px::$users_url is deprecated in /wp-content/plugins/keyring/service.php on line 128 Deprecated: Creation of dynamic property Keyring_Service_500px::$users_method is deprecated in /wp-content/plugins/keyring/service.php on line 129 Deprecated: Creation of dynamic property OAuthConsumer::$callback_url is deprecated in /wp-content/plugins/keyring/includes/oauth-php/OAuth.php on line 19 Deprecated: Creation of dynamic property Eventbrite_API::$self_url is deprecated in /wp-content/plugins/keyring/service.php on line 128 Deprecated: Creation of dynamic property Eventbrite_API::$self_method is deprecated in /wp-content/plugins/keyring/service.php on line 129 Deprecated: Creation of dynamic property Eventbrite_API::$user_owned_events_url is deprecated in /wp-content/plugins/keyring/service.php on line 128 Deprecated: Creation of dynamic property Eventbrite_API::$user_owned_events_method is deprecated in /wp-content/plugins/keyring/service.php on line 129 Deprecated: Creation of dynamic property Eventbrite_API::$event_details_url is deprecated in /wp-content/plugins/keyring/service.php on line 128 Deprecated: Creation of dynamic property Eventbrite_API::$event_details_method is deprecated in /wp-content/plugins/keyring/service.php on line 129 Deprecated: Creation of dynamic property Eventbrite_API::$event_search_url is deprecated in /wp-content/plugins/keyring/service.php on line 128 Deprecated: Creation of dynamic property Eventbrite_API::$event_search_method is deprecated in /wp-content/plugins/keyring/service.php on line 129 Are there plans to update the plugin to take care of these? The page I need help with: [ log in to see the link]
Can you try pulling the latest version from trunk in GH, and see if that fixes your problem? I’m running it on a server using PHP 8.2+ and it seems to be working fine: https://github.com/beaulebens/keyring Also grab the trunk copy of https://github.com/beaulebens/keyring-social-importers if you’re using any of them.
Thanks for the quick reply. I will take a look at github.
Can you try pulling the latest version from trunk in GH, and see if that fixes your problem? I’m running it on a server using PHP 8.2+ and it seems to be working fine: https://github.com/beaulebens/keyring Also grab the trunk copy of https://github.com/beaulebens/keyring-social-importers if you’re using any of them.
Thanks for the quick reply. I will take a look at github.