Skip to content Skip to sidebar

This topic contains 0 reply, has 1 voice.

Last updated by mirteM 2 months, 3 weeks ago.

Assisted by: Noman.

Author Posts
May 21, 2025 at 9:31 am #17056121

mirteM

Background of the issue:
I am trying to run my site on PHP 8.4 and encountered a deprecation notice related to WPML. The notice suggests that the $slash_helper parameter in the WPML_URL_Converter_CPT constructor needs to be explicitly marked as nullable for PHP 8.4 compatibility. Here is the error message: PHP Deprecated: WPML_URL_Converter_CPT::__construct(): Implicitly marking parameter $slash_helper as nullable is deprecated, the explicit nullable type must be used instead in /path/to/wp-content/plugins/sitepress-multilingual-cms/classes/url-handling/converter/class-wpml-url-converter-cpt.php on line 12. Link to a page where the issue can be seen: hidden link

Symptoms:
I encountered a deprecation notice when running my site on PHP 8.4, indicating that a parameter in the WPML_URL_Converter_CPT constructor needs to be explicitly marked as nullable.

Questions:
Could you please look into this deprecation notice for a future update?

The topic ‘[Closed] php 8.4 depreciation notice’ is closed to new replies.