WPIntell

Source evidence

PHP Error (ver 8.3)

WP Customer Area · support · 2024-07-30T09:24:00+00:00

mixedsentiment
mediumseverity
0.78relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

1 / 30 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
dmarin resolved
Hi there! After recent updates of PHP to 8.3 and WP to 6.6.1 I am constantly getting PHP compatibiliy error that is being recorder in error log: PHP Deprecated: Creation of dynamic property CUAR_NotificationsAdminInterface::$no_addon is deprecated in /home/tahoce47/public_html/wp-content/plugins/customer-area-notifications/src/php/helpers/notifications-admin-interface.class.php on line 22 Why would this be? Is plugin not compatible with the PHP 8.3 or something else? Any suggestions? This topic was modified 1 year, 10 months ago by dmarin . The page I need help with: [ log in to see the link] Hello, Sorry for the delay. Thank you for the report. You can fix this error by editing the file wp-content/plugins/customer-area-notifications/src/php/helpers/notifications-admin-interface.class.php , line 17: Change this: /** @var CUAR_NotificationsAddOn */ private $notifications_addon; To this: /** @var CUAR_NotificationsAddOn */ private $no_addon; This will be fixed in the next updates. Best regards. Thank you for your reply. I have temporarily changed PHP back to 8.2, but I am glad that it will be fixed in the next update.

Comments

2 shown
Thomas 2024-10-10T08:23:00+00:00

Hello, Sorry for the delay. Thank you for the report. You can fix this error by editing the file wp-content/plugins/customer-area-notifications/src/php/helpers/notifications-admin-interface.class.php , line 17: Change this: /** @var CUAR_NotificationsAddOn */ private $notifications_addon; To this: /** @var CUAR_NotificationsAddOn */ private $no_addon; This will be fixed in the next updates. Best regards.

dmarin 2024-10-10T08:36:00+00:00

Thank you for your reply. I have temporarily changed PHP back to 8.2, but I am glad that it will be fixed in the next update.