This thread is resolved. Here is a description of the problem and solution.
Problem:
The client was unable to save the Divi Theme Homepage on their multisite and encountered a 'save failed' error. The issue disappeared when the WPML plugin was deactivated. Deleting the translated page did not resolve the issue.
Solution:
We imported the client's site locally for testing and did not encounter any issues with a 512MB memory limit. The error logs from the live site indicated a PHP fatal error due to the memory limit being exhausted. To solve this, we recommended that the client request their hosting provider to increase the PHP memory limit. Additionally, we advised the client to increase the WordPress memory limit by adding the following line to their wp-config.php file:
define( 'WP_MEMORY_LIMIT', '512M' );
The wp-config.php file can be accessed and edited via SFTP. The current WordPress memory limit can be confirmed under WPML -> Support in the Info section. For more information on editing the wp-config.php file and adjusting memory limits, we provided a documentation link:
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
If this solution does not seem relevant, 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 contains 15 replies, has 2 voices.
Last updated by 1 year, 3 months ago.
Assisted by: Mateus Getulio.