 mantasK-4
|
Background of the issue:
I am trying to use WPML for automatic translations on my site hidden link.
Symptoms:
Automatic translations are stuck in progress, and attempts to stop them via troubleshooting have not resolved the issue.
Questions:
|
 Christopher Amirian
WPML Supporter since 07/2020
Languages:
English (English )
Timezone:
Asia/Yerevan (GMT+04:00)
|
Hi,
Welcome to WPML support. I will answer this ticket before the ticket is assigned to one of my colleagues.
Would you please increase the PHP memory limit for your WordPress installation?
The minimum requirement is 128M but I suggest that you increase it to 512M: https://wpml.org/home/minimum-requirements/
You can add this by adding the code below to "wp-config.php" file of your WordPress installation root folder:
/** Memory Limit */
define('WP_MEMORY_LIMIT', '512M');
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
Please add the code above the line below:
/* That's all, stop editing! Happy blogging. */
After that only send one page for translation using this method and see if it works:
https://wpml.org/documentation/translating-your-contents/
Thanks.
|