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 0 voices.

Last updated by Christopher Amirian 2 weeks, 3 days ago.

Author Posts
June 21, 2025 at 8:26 am #17155713

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:

June 21, 2025 at 1:02 pm #17156048

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.

The topic ‘[Closed] Automatic translations stuck in progress’ is closed to new replies.