• pooltech

    (@pooltech)


    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)
  • Justin

    (@jtphelan)

    I have the same error message as flooding my debug log.

    Thread Starter pooltech

    (@pooltech)

    I see in various support threads that this has been a known issue for over a year now. These dynamic property deprecations are a standard fix for PHP 8.2+ compatibility, and seeing them ignored for this long is concerning.

    I honestly doubt there is an actual roadmap for a fix at this point, as these are trivial code updates that have been left hanging. It makes it very difficult to justify keeping the plugin when basic maintenance is neglected, especially from a provider like Trustpilot, whose entire brand is built on trust and professional standards.

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

You must be logged in to reply to this topic.