PHP 8.2 issues
-
Hi 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?129Deprecated: 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]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP 8.2 issues’ is closed to new replies.