[Closed] We have detected a problem with some tables in the database.
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.
No supporters are available to work today on this forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Languages: English (English )Portuguese (Brazil) (Português )
Timezone: America/Sao_Paulo (GMT-03:00)
Hello there,
Welcome to our support forum, and thanks for your contact!
First, by looking at your debug info, it is possible to see that the WP Memory Limit is set to 40M, while the recommended is 256. Changing it can avoid these problems. Please follow these steps:
- Find your wp-config.php file in the root directory of your WordPress installation
- Open the wp-config.php file with a text editor, then locate the line that includes: define('WP_DEBUG', false)
- Then add after it, the below line of code: define ('WP_MEMORY_LIMIT', '256M');
- Save the wp-config.php file, then refresh your website
Now, regarding the 'MySQL server has gone away' message itself, usually it means that your hosting cut the connection to the database. This can happen for internal issues, maintenance, etc.
If you see that notification, it has a close link ("x" button) that you can press and if it doesn't appear again, then it means the problem is gone.