Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Ahmed Mohammed 1 year, 8 months ago.

Author Posts
June 15, 2023 at 10:52 am #13831547

davidB-266

Getting those issues once loading the homepage:

Deprecated: Creation of dynamic property Whip_RequirementsChecker::$configuration is deprecated in /home3/avzlcgmy/public_html/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 37

Deprecated: Creation of dynamic property Whip_RequirementsChecker::$messageManager is deprecated in /home3/avzlcgmy/public_html/wp-content/plugins/sitepress-multilingual-cms/vendor/yoast/whip/src/Whip_RequirementsChecker.php on line 38

June 15, 2023 at 1:11 pm #13832483

Ahmed Mohammed
Supporter

Timezone: Africa/Cairo (GMT+02:00)

Hi there,

Thank you for contacting WPML support. While you are waiting for one of my colleagues to take this ticket and work on it, let me provide you with the first debugging steps or if I can help with the issue quickly.

As far as I see, it appears that your server is currently running on PHP v8.2.x, which is relatively new and not yet fully compatible with WPML. However, I noticed that the errors you're encountering on your homepage are just warnings regarding deprecated functions in WPML that will require modification in the near future. Nevertheless, these functions are still operational at present.

To avoid showing those unwanted warnings and errors to your visitors, it's best to disable the debug mode in WordPress. This is actually a recommended practice, so you won't have to worry about anything.

To achieve that, edit your wp-config.php file and make sure it has this line

define( 'WP_DEBUG_DISPLAY', false );

The topic ‘[Closed] getting error’ is closed to new replies.