Passer au contenu Passer à la barre latérale

Ce sujet contient 0 réponse, a 0 voix.

Dernière mise à jour par taipingW Il y a 3 semaines et 1 jour.

Assisté par: Maiya AI Support.

Auteur Messages
janvier 21, 2026 à 6:37 am #17748907

taipingW

Hi there! I understand your automatic translation is stuck in progress, and you've been prompted to increase your WP_MEMORY_LIMIT . This is a common situation, as automatic translation can be quite resource-intensive. Let's get this sorted out for you. First, we'll adjust the memory limit, and then we'll clear the stuck translation and try again. Here are the steps to modify your WP_MEMORY_LIMIT and then resolve the stuck translation: Increase WordPress Memory Limit Connect to your site via FTP or your hosting control panel's file manager. Locate the wp-config.php file in the root directory of your WordPress installation. Before making any changes, it's always a good idea to create a backup of this file. Open wp-config.php for editing. Look for the line that says /* That's all, stop editing! Happy publishing. */ . Just above that line, add or modify the following code: define( 'WP_MEMORY_LIMIT', '256M' ); (If you already have a WP_MEMORY_LIMIT definition, simply change the value to 256M or 512M if 256M doesn't resolve the issue.) Save your changes and upload the wp-config.php file back to your server, overwriting the old one. Cancel Stuck Translation Jobs After increasing the memory limit, go to your WordPress admin area. Navigate to WPML → Translation Dashboard. Switch to the Jobs tab. Find the translation job that is stuck and click the Cancel button next to it. Resend the Content for Translation Go to the original page or post that was stuck in translation (e.g., Pages → All Pages or Posts → All Posts). Edit the page and make a very small change to its content, like adding a space or a period, and then save it. Now, resend this page for automatic translation. After completing these steps, please check if the translation processes correctly. Let me know how it goes!

Le sujet '[Fermé] How to modify WP_MEMORY_LIMIT' est fermé aux nouvelles réponses.