Skip to content Skip to sidebar

This thread is resolved. Here is a description of the problem and solution.

Problem:
The client recently purchased the Multilingual CMS plan with 90,000 automatic translation credits but found that their account shows 0 available credits and only 48 credits assigned. They were unable to find or activate the included credits in their WPML account.
Solution:
1. We clarified that the site has already used 92,836 credits for translation, with the following assignments:
- 10,000 credits
- 24,736 credits
- 10,000 credits
- 45,264 credits
The client can view more about the translated content under WPML -> Translation dashboard -> Translation Tools tab.
2. We recommended increasing the WordPress memory limit to at least 128MB, as per our minimum requirements (https://wpml.org/home/minimum-requirements/). The client can add the following code to their wp-config.php file:

/* Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');

This code should be added above the line /* That's all, stop editing! Happy blogging. */
The WordPress memory limit can also be verified in WPML -> Support.

If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, 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.

Tagged: 

This topic contains 1 reply, has 0 voices.

Last updated by Carlos Rojas 1 month, 1 week ago.

Assisted by: Carlos Rojas.

Author Posts
October 14, 2025 at 4:34 am #17481776

세계식품 머거본

Background of the issue:
I recently purchased the Multilingual CMS plan, which includes 90,000 automatic translation credits. I am trying to use these credits for my site under development.

Symptoms:
My account shows 0 available credits, and my site only has 48 assigned credits. I cannot find any credits to assign in the 'Translation Credits' section of my WPML account, nor do I see an option to activate or claim the included credits.

Questions:
Why are the 90,000 automatic translation credits not showing in my account?
How can I activate or claim the included translation credits in my WPML account?

October 14, 2025 at 10:28 am #17483033

Carlos Rojas
WPML Supporter since 03/2017

Languages: English (English ) Spanish (Español )

Timezone: Europe/Madrid (GMT+01:00)

Hello,
Thank you for contacting us

1.- The site hidden link has already used 92836 credits for translation and has 40 available. You have assigned the credits in this order:
- 10000 credits
- 24736 credits
- 10000 credits
- 45264 credits

You can see more about the translated content in WPML -> Translation dashboard -> Translation Tools tab -> There is a section to get the report on the translated content.

2.- Please increase the WP memory Limit. Minimum requirements are 128Mb: https://wpml.org/home/minimum-requirements/
You can add this to wp-config.php to increase WP memory:`

/* Memory Limit */
define('WP_MEMORY_LIMIT', '256M');

- Add it above the line /* That's all, stop editing! Happy blogging. */

You can double-check the WordPress memory limit in WPML -> Support

Regards,
Carlos