Deprecation errors with PHP 8.4
-
Hello,
When upgrading to PHP 8.4 from 7.4 I got those errors:
Deprecated: Forminator_Admin::clear_pages_cache(): Implicitly marking parameter $post_id as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/forminator/admin/classes/class-admin.php on line 1328
Deprecated: forminator_replace_lead_form_data(): Implicitly marking parameter $entry as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/forminator/library/helpers/helper-fields.php on line 2666
Deprecated: forminator_replace_form_payment_data(): Implicitly marking parameter $entry as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/forminator/library/helpers/helper-fields.php on line 2359
Deprecated: forminator_replace_form_payment_data(): Implicitly marking parameter $custom_form as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/forminator/library/helpers/helper-fields.php on line 2359
Deprecated: forminator_replace_form_data(): Implicitly marking parameter $entry as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/forminator/library/helpers/helper-fields.php on line 561
Deprecated: forminator_replace_form_data(): Implicitly marking parameter $custom_form as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/forminator/library/helpers/helper-fields.php on line 561
Deprecated: ActionScheduler_QueueCleaner::__construct(): Implicitly marking parameter $store as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/forminator/library/external/src/Forminator/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php on line 35
Deprecated: ActionScheduler_Abstract_QueueRunner::__construct(): Implicitly marking parameter $cleaner as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/forminator/library/external/src/Forminator/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php on line 34
Deprecated: ActionScheduler_QueueRunner::__construct(): Implicitly marking parameter $async_request as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/forminator/library/external/src/Forminator/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php on line 39Anything I can do?
Thanks.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.