WPIntell

Source evidence

PHP 8.2 issues

Keyring · support · 2024-02-09T15:57:00+00:00

mixedsentiment
mediumseverity
0.84relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 32 rows with source links

18.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
cleanpagedesign resolved
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 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.

Comments

2 shown
Beau Lebens 2024-02-09T21:07:00+00:00

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.

cleanpagedesign 2024-02-10T15:29:00+00:00

Thanks for the quick reply. I will take a look at github.