• Hello support,

    I am getting Deprecated error after update latest php version 8.2.

    Here are error

    Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /nas/content/live/tops4allprostg/wp-content/plugins/h5p/admin/class-h5p-plugin-admin.php on line 547

    Deprecated: Creation of dynamic property H5P_Plugin_Admin::$privacy is deprecated in /nas/content/live/tops4allprostg/wp-content/plugins/h5p/admin/class-h5p-plugin-admin.php on line 63

    There are many more same error. Can you please help to fix this issue.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author icc0rz

    (@icc0rz)

    The plugin has yet to be upgraded to support PHP 8.2.

    These types of error are typically ment for developers and not production environments. You can switch them off by doing error_reporting = E_ALL & ~E_DEPRECATED in php.ini. But typically you’ll want to turn off more than those. Please read a guide on this for WordPress.

    Thread Starter imranpatel4455

    (@imranpatel4455)

    Than you for quick response.

    When we expect latest update for this plugin ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deprecated error after php update’ is closed to new replies.