This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is experiencing a lot of deprecated messages in their log files.
Solution:
We recommend ensuring that you have a backup of your site before making any changes. It appears that the memory limit in your WordPress setup might be incorrectly configured. You should set the WP Memory Limit in your
wp-config.php
file by adding the following lines:
define('WP_MEMORY_LIMIT', '512M');define('WP_MAX_MEMORY_LIMIT', '512M');Please insert these lines right before the "/* That's all, stop editing! Happy publishing. */" line in the
wp-config.php
file. For more details on editing this file, visit WordPress Memory Increase Documentation.
If this solution does not resolve the issue or seems irrelevant due to being outdated or not applicable to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML Support Forum.
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 is split from https://wpml.org/forums/topic/debug-log-show-a-lot-of-php-deprecated-errors/
This topic contains 4 replies, has 0 voices.
Last updated by 2 weeks, 4 days ago.
Assisted by: Lucas Vidal de Andrade.