I have configured WPML correctly. I have three languages: French as the base language, then English and Italian.
The URLs for my languages are: en.internetdiffusion.ai and it.internetdiffusion.ai
I translated the page hidden link into English, but the page displays as blank hidden link.
I enabled the debug log and the debug file, but nothing appears.
What should I do?
Could you please increase the WordPress memory limit (WP Memory Limit) to at least 256 MB? WPML requires at least 128 MB.
Your current values are:
PHP Memory Limit 2048 MB
WP Memory Limit 40 MB
To do this, you need to connect to your website's server and open the wp-config.php file in a text editor. The file is located in the WordPress root directory.
Add this code to the wp-config.php file to increase WordPress's memory:
define ('WP_MEMORY_LIMIT', '256M');
Add this just before this comment:
// That's all, stop editing! Happy blogging.
The current values can be viewed under WPML > Support > WordPress.
These settings can be restricted directly by your hosting provider. Therefore, I recommend contacting them and asking them to change them directly if the changes are not applied immediately.
After adjusting the limit, please make a small edit to the original page, save the page, and complete the translation again to 100%.
If this will not solve the issue, please let me know.
All these settings are increased because the site is on the same hosting as the site hidden link. And on that website, I also use WPML and it works fine.
So it should work for my current site as well.
I checked again but it still doesn't work.
Shall I provide you with access?