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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: Asia/Singapore (GMT+08:00)

This topic contains 1 reply, has 0 voices.

Last updated by Kor 5 days, 8 hours ago.

Assisted by: Kor.

Author Posts
April 3, 2025 at 5:45 pm #16894420

mohamedE-46

Background of the issue:
I was trying to resolve an issue with some tables in the database. I was advised to contact the WPML support team for assistance. The issue can be seen on this page: hidden link.

Symptoms:
User 'khutanac_Khutana' has exceeded the 'max_questions' resource (current value: 1).

Questions:
How can I resolve the issue with the database tables?
What does the 'max_questions' resource error mean and how can I fix it?

April 7, 2025 at 6:28 am #16902399

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for contacting us. While checking the debug info, I see that the WordPress Memory Limit is below the requirements. The minimum requirements are 128M, but we do recommend 256M and the debug information of your site shows it set to 40M. Please check this link for more details
https://wpml.org/home/minimum-requirements/.
You can increase it by adding the following code in your wp-config.php file, right before the /* That’s all, stop editing! Happy publishing. */ line:

define( 'WP_MAX_MEMORY_LIMIT', '256M' );
define( 'WP_MEMORY_LIMIT', '128M' );

After adding the code you can confirm that the memory was changed correctly from WPML > Support > WordPress > Memory limit.

If the issue persists after the updates, try increasing the `PHP max_input_vars` value.

Several methods exist to increase WordPress's PHP Max Input Vars limit, but the approach can vary depending on your hosting provider. Keep in mind that you may not have the necessary permissions to make this change, so it’s advisable to contact your hosting provider and request the required permissions first.

You can increase the PHP Max Input Vars limit by adding lines to one of the following files: `.htaccess`, `php.ini`, or `wp-config.php`.