Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Matheus Martins

    (@matheusfd)

    Hi, @mbio86.

    Glad you reached out.

    Those look like deprecation messages and not errors. To hide them, you should disable WP Debug on your site.

    You can add the following to your wp-config.php file:

    define(‘WP_DEBUG_DISPLAY’, false);

    Our team is working to make GiveWP fully compatible with PHP8+.

    ?Please let us know if you have further questions or need additional assistance!

    Thread Starter mbio86

    (@mbio86)

    Hello

    Thanks a lot.

    See more details about depreciations which are related to incompatibility to 8.2 PHP.

    Deprecated Creation of dynamic property Give::$customers is deprecated wp-content/plugins/give/includes/deprecated/deprecated-classes.php:19 1 Plugin: give Deprecated Creation of dynamic property Give::$customer_meta is deprecated wp-content/plugins/give/includes/deprecated/deprecated-classes.php:20 1 Plugin: give

    Deprecated Creation of dynamic property Give\Donors\Repositories\DonorRepositoryProxy::$table_name is deprecated wp-content/plugins/give/src/Donors/Repositories/DonorRepositoryProxy.php:47 1 Plugin: give Deprecated Creation of dynamic property Give\Donors\Repositories\DonorRepositoryProxy::$min_index_length is deprecated wp-content/plugins/give/src/Donors/Repositories/DonorRepositoryProxy.php:47 1 Plugin: give Deprecated Creation of dynamic property Give\Donors\Repositories\DonorRepositoryProxy::$version is deprecated wp-content/plugins/give/src/Donors/Repositories/DonorRepositoryProxy.php:47 1 Plugin: give Deprecated Creation of dynamic property Give\Donors\Repositories\DonorRepositoryProxy::$primary_key is deprecated wp-content/plugins/give/src/Donors/Repositories/DonorRepositoryProxy.php:47 1 Plugin: give Deprecated Creation of dynamic property CMB_EDD_SL_Plugin_Updater::$beta is deprecated

    when do you think this could be fixed ? And new release planned ?

    Thanks

    Plugin Support Matheus Martins

    (@matheusfd)

    Hi, @mbio86.

    This is an ongoing work, so I do not have a firm timeline for when it will all be fixed. We are working on it, though.

    Thanks for using GiveWP! Have a great day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP 8.2 issues’ is closed to new replies.