PHP Deprecated errors in debug.log
-
I’ve been seeing numerous PHP Deprecated: Creation of dynamic property warnings in my error logs coming from the Trustpilot plugin. These notices have been appearing since I moved to PHP 8.2+. While they aren’t “breaking” the site yet, they are flooding my debug.log and indicate the code needs to be updated for modern PHP standards.
- [03-Feb-2026] PHP Deprecated: Creation of dynamic property Trustpilot\Review\Plugin::$plugin_version is deprecated in: /plugins/trustpilot-reviews/review/Plugin.php on line 36
- [03-Feb-2026] PHP Deprecated: Creation of dynamic property Trustpilot\Review\Admin::$plugin_slug is deprecated in: /plugins/trustpilot-reviews/review/Admin.php on line 46
- [03-Feb-2026] PHP Deprecated: Creation of dynamic property Trustpilot\Review\Admin::$version is deprecated in: /plugins/trustpilot-reviews/review/Admin.php on line 47
- [03-Feb-2026] PHP Deprecated: Creation of dynamic property Trustpilot\Review\TrustBox::$plugin_version is deprecated in /plugins/trustpilot-reviews/review/TrustBox.php on line 36
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.