Title: PHP Error (ver 8.3)
Last modified: July 30, 2024

---

# PHP Error (ver 8.3)

 *  Resolved [dmarin](https://wordpress.org/support/users/dmarin/)
 * (@dmarin)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/php-error-ver-8-3/)
 * 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](https://wordpress.org/support/users/dmarin/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fphp-error-ver-8-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Thomas](https://wordpress.org/support/users/tlartaud/)
 * (@tlartaud)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/php-error-ver-8-3/#post-18064770)
 * 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:
 *     ```wp-block-code
           /** @var CUAR_NotificationsAddOn */    private $notifications_addon;
       ```
   
 * To this:
 *     ```wp-block-code
           /** @var CUAR_NotificationsAddOn */    private $no_addon;
       ```
   
 * This will be fixed in the next updates.
 * Best regards.
 *  Thread Starter [dmarin](https://wordpress.org/support/users/dmarin/)
 * (@dmarin)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/php-error-ver-8-3/#post-18064798)
 * 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.

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

The topic ‘PHP Error (ver 8.3)’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [dmarin](https://wordpress.org/support/users/dmarin/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/php-error-ver-8-3/#post-18064798)
 * Status: resolved