Title: PHP 8.2 issues
Last modified: February 9, 2024

---

# PHP 8.2 issues

 *  Resolved [cleanpagedesign](https://wordpress.org/support/users/cleanpagedesign/)
 * (@cleanpagedesign)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/php-8-2-issues-11/)
 * 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 **129**
 *     ```wp-block-code
       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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fphp-8-2-issues-11%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Beau Lebens](https://wordpress.org/support/users/beaulebens/)
 * (@beaulebens)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/php-8-2-issues-11/#post-17413765)
 * 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](https://github.com/beaulebens/keyring)
 * Also grab the trunk copy of [https://github.com/beaulebens/keyring-social-importers](https://github.com/beaulebens/keyring-social-importers)
   if you’re using any of them.
 *  Thread Starter [cleanpagedesign](https://wordpress.org/support/users/cleanpagedesign/)
 * (@cleanpagedesign)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/php-8-2-issues-11/#post-17414898)
 * Thanks for the quick reply. I will take a look at github.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP 8.2 issues’ is closed to new replies.

 * ![](https://ps.w.org/keyring/assets/icon-256x256.png?rev=1824013)
 * [Keyring](https://wordpress.org/plugins/keyring/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/keyring/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/keyring/)
 * [Active Topics](https://wordpress.org/support/plugin/keyring/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/keyring/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/keyring/reviews/)

## Tags

 * [deprecated](https://wordpress.org/support/topic-tag/deprecated/)

 * 2 replies
 * 2 participants
 * Last reply from: [cleanpagedesign](https://wordpress.org/support/users/cleanpagedesign/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/php-8-2-issues-11/#post-17414898)
 * Status: resolved