Skip Navigation

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

Problem:
The client is experiencing a critical error when accessing the 'Theme and plugins localization' option in the WPML menu and issues with modifying, adding, or deleting widgets in the Footer columns and the TopBar widget.
Solution:
First, we recommend changing the database collation to utf8mb4_unicode_520_ci to ensure compatibility with all characters. You can convert the tables using the following SQL query:

ALTER TABLE your_table_name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

Next, address the widget-related errors by increasing the PHP memory limit as indicated by the error logs showing memory exhaustion. Additionally, in the WPML → String Translation section, filter by Widgets and delete the excessive unneeded entries, as most are duplicates and only a few are translated.

This solution might be outdated or not applicable to your specific 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 the problem persists, please open a new support ticket.

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 9 replies, has 0 voices.

Last updated by Andrey 5 days ago.

Assisted by: Andrey.

Author Posts
March 14, 2025 at 2:04 pm #16817209

alexejM-4

Background of the issue:
I have been using the Kadence Virtue Theme template along with the WPML CMS plugin. I encountered an error when clicking on the 'Theme and plugins localization' option in the WPML menu. Additionally, I am experiencing issues with modifying, adding, or deleting widgets in the Footer columns and the TopBar widget.

Symptoms:
When I click on the 'Theme and plugins localization' option, I receive the error: 'There has been a critical error on this website. Please check your site admin email inbox for instructions. If you continue to have problems, please try the support forums.' When trying to save changes or add a new widget, WordPress displays: 'Looks like something’s gone wrong. Wait a couple of seconds, and then try again.' Repeated attempts trigger a critical error affecting the WPML plugin’s language switcher settings.

Questions:
How can I resolve the critical error when accessing 'Theme and plugins localization'?
What steps should I take to fix the widget modification issues?

March 14, 2025 at 8:42 pm #16818548

Andrey
Supporter

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Thank you for contacting WPML support.

Please update your WPML plugin and add-ons to the latest version, 4.7.1, to benefit from the latest bug fixes and improvements. This may not necessarily resolve your problem; however, we need to work on the newest code available to troubleshoot the issue best.

You can check the latest released versions under "My Account -> Downloads" on this site. Instructions to update can be found here: http://wpml.org/faq/install-wpml/

If you do not see the updates, you might need to click the Check for updates button in the Plugins → Add New Plugin → Commercial tab.

Please remember to backup your database before you proceed.

Let me know if the issue persists after an update has been done.

March 15, 2025 at 11:48 am #16819762

alexejM-4

Здравствуйте Андрей, я всё обновил на новейшую версию. Но проблем не исчез.
Я включил debug и после нажатия на Theme and plugins localization появилась эта ошибка:
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/www/users/synerga/wp-includes/class-wpdb.php on line 2316
There has been a critical error on this website. Please check your site admin email inbox for instructions. If you continue to have problems, please try the support forums.

Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 126976 bytes) in /usr/www/users/synerga/wp-includes/class-wpdb.php on line 1751

Причина не в разрешённой PHP памяти, потому что такая же ошибка появилась и при PHP памяти 256MB. Сейчас разрешено 512MB a проблем тот же самый.

Ниже посылаю часть дебага:

[14-Mar-2025 09:19:41 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 8192 bytes) in /usr/www/users/synerga/wp-includes/class-wpdb.php on line 2316
[14-Mar-2025 09:19:41 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 40960 bytes) in /usr/www/users/synerga/wp-includes/functions.php on line 625
[14-Mar-2025 09:19:56 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 8192 bytes) in /usr/www/users/synerga/wp-includes/class-wpdb.php on line 2316
[14-Mar-2025 09:19:56 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 24576 bytes) in /usr/www/users/synerga/wp-includes/functions.php on line 625
[15-Mar-2025 11:39:01 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:06 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:07 UTC] PHP Warning:  Undefined variable $wordcount in /usr/www/users/synerga/wp-content/themes/virtue_premium/templates/content-loop-testimonial.php on line 52
[15-Mar-2025 11:39:07 UTC] PHP Warning:  Undefined variable $wordcount in /usr/www/users/synerga/wp-content/themes/virtue_premium/templates/content-loop-testimonial.php on line 52
[15-Mar-2025 11:39:07 UTC] PHP Warning:  Undefined variable $wordcount in /usr/www/users/synerga/wp-content/themes/virtue_premium/templates/content-loop-testimonial.php on line 52
[15-Mar-2025 11:39:07 UTC] PHP Warning:  Undefined variable $wordcount in /usr/www/users/synerga/wp-content/themes/virtue_premium/templates/content-loop-testimonial.php on line 52
[15-Mar-2025 11:39:07 UTC] PHP Warning:  Undefined variable $wordcount in /usr/www/users/synerga/wp-content/themes/virtue_premium/templates/content-loop-testimonial.php on line 52
[15-Mar-2025 11:39:23 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_admin, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:23 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_strings` for query ALTER TABLE wp_icl_strings ADD COLUMN `string_type` TINYINT NOT NULL DEFAULT 0 made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_admin, WPML_ST_Upgrade->maybe_run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->createColumn
[15-Mar-2025 11:39:23 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_strings` for query ALTER TABLE wp_icl_strings ADD COLUMN `component_id` VARCHAR(500) DEFAULT NULL made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_admin, WPML_ST_Upgrade->maybe_run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->createColumn
[15-Mar-2025 11:39:23 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_strings` for query ALTER TABLE wp_icl_strings ADD COLUMN `component_type` TINYINT NOT NULL DEFAULT 0 made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_admin, WPML_ST_Upgrade->maybe_run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->createColumn
[15-Mar-2025 11:39:24 UTC] WordPress database error CREATE command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_links_post_to_post` for query CREATE TABLE IF NOT EXISTS wp_icl_links_post_to_post (
        `id_from` bigint(20) unsigned NOT NULL,
        `id_to` bigint(20) unsigned NOT NULL,
        PRIMARY KEY (`id_from`,`id_to`),
        KEY `id_to` (`id_to`)
      ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_TM_Upgrade_Loader->wpml_tm_upgrade, WPML_Upgrade->run, WPML_Upgrade->run_admin, WPML_Upgrade->run_commands, WPML_Upgrade->run_command, WPML_Upgrade->maybe_run_admin, WPML\TM\Upgrade\Commands\CreateLinksTables->run_admin, WPML\Infrastructure\WordPress\Component\Translation\Domain\Links\Repository::createDatabaseTables
[15-Mar-2025 11:39:24 UTC] WordPress database error CREATE command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_links_post_to_term` for query CREATE TABLE IF NOT EXISTS wp_icl_links_post_to_term (
        `id_from` bigint(20) unsigned NOT NULL,
        `id_to` bigint(20) unsigned NOT NULL,
        PRIMARY KEY (`id_from`,`id_to`),
        KEY `id_to` (`id_to`)
      ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_TM_Upgrade_Loader->wpml_tm_upgrade, WPML_Upgrade->run, WPML_Upgrade->run_admin, WPML_Upgrade->run_commands, WPML_Upgrade->run_command, WPML_Upgrade->maybe_run_admin, WPML\TM\Upgrade\Commands\CreateLinksTables->run_admin, WPML\Infrastructure\WordPress\Component\Translation\Domain\Links\Repository::createDatabaseTables
[15-Mar-2025 11:39:31 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_admin, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:31 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_strings` for query ALTER TABLE wp_icl_strings ADD COLUMN `string_type` TINYINT NOT NULL DEFAULT 0 made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_admin, WPML_ST_Upgrade->maybe_run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->createColumn
[15-Mar-2025 11:39:31 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_strings` for query ALTER TABLE wp_icl_strings ADD COLUMN `component_id` VARCHAR(500) DEFAULT NULL made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_admin, WPML_ST_Upgrade->maybe_run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->createColumn
[15-Mar-2025 11:39:31 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_strings` for query ALTER TABLE wp_icl_strings ADD COLUMN `component_type` TINYINT NOT NULL DEFAULT 0 made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_admin, WPML_ST_Upgrade->maybe_run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->createColumn
[15-Mar-2025 11:39:31 UTC] WordPress database error CREATE command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_links_post_to_post` for query CREATE TABLE IF NOT EXISTS wp_icl_links_post_to_post (
        `id_from` bigint(20) unsigned NOT NULL,
        `id_to` bigint(20) unsigned NOT NULL,
        PRIMARY KEY (`id_from`,`id_to`),
        KEY `id_to` (`id_to`)
      ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_TM_Upgrade_Loader->wpml_tm_upgrade, WPML_Upgrade->run, WPML_Upgrade->run_admin, WPML_Upgrade->run_commands, WPML_Upgrade->run_command, WPML_Upgrade->maybe_run_admin, WPML\TM\Upgrade\Commands\CreateLinksTables->run_admin, WPML\Infrastructure\WordPress\Component\Translation\Domain\Links\Repository::createDatabaseTables
[15-Mar-2025 11:39:31 UTC] WordPress database error CREATE command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_links_post_to_term` for query CREATE TABLE IF NOT EXISTS wp_icl_links_post_to_term (
        `id_from` bigint(20) unsigned NOT NULL,
        `id_to` bigint(20) unsigned NOT NULL,
        PRIMARY KEY (`id_from`,`id_to`),
        KEY `id_to` (`id_to`)
      ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_TM_Upgrade_Loader->wpml_tm_upgrade, WPML_Upgrade->run, WPML_Upgrade->run_admin, WPML_Upgrade->run_commands, WPML_Upgrade->run_command, WPML_Upgrade->maybe_run_admin, WPML\TM\Upgrade\Commands\CreateLinksTables->run_admin, WPML\Infrastructure\WordPress\Component\Translation\Domain\Links\Repository::createDatabaseTables
[15-Mar-2025 11:39:32 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:32 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:32 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:32 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:33 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:33 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:34 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:35 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:36 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:37 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:45 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:47 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:50 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:50 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_admin, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:50 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_strings` for query ALTER TABLE wp_icl_strings ADD COLUMN `string_type` TINYINT NOT NULL DEFAULT 0 made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_admin, WPML_ST_Upgrade->maybe_run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->createColumn
[15-Mar-2025 11:39:50 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_strings` for query ALTER TABLE wp_icl_strings ADD COLUMN `component_id` VARCHAR(500) DEFAULT NULL made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_admin, WPML_ST_Upgrade->maybe_run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->createColumn
[15-Mar-2025 11:39:50 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_strings` for query ALTER TABLE wp_icl_strings ADD COLUMN `component_type` TINYINT NOT NULL DEFAULT 0 made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, WPML_Translation_Management->load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_admin, WPML_ST_Upgrade->maybe_run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->run, WPML\ST\Upgrade\Command\UpgradeAutoregisteringStrings->createColumn
[15-Mar-2025 11:39:50 UTC] PHP Deprecated:  Optional parameter $row_arrays declared before required parameter $wp_table_name is implicitly treated as a required parameter in /usr/www/users/synerga/wp-content/plugins/kadence-pricing-table/admin/ajax_functions.php on line 40
[15-Mar-2025 11:39:51 UTC] WordPress database error CREATE command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_links_post_to_post` for query CREATE TABLE IF NOT EXISTS wp_icl_links_post_to_post (
        `id_from` bigint(20) unsigned NOT NULL,
        `id_to` bigint(20) unsigned NOT NULL,
        PRIMARY KEY (`id_from`,`id_to`),
        KEY `id_to` (`id_to`)
      ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_TM_Upgrade_Loader->wpml_tm_upgrade, WPML_Upgrade->run, WPML_Upgrade->run_admin, WPML_Upgrade->run_commands, WPML_Upgrade->run_command, WPML_Upgrade->maybe_run_admin, WPML\TM\Upgrade\Commands\CreateLinksTables->run_admin, WPML\Infrastructure\WordPress\Component\Translation\Domain\Links\Repository::createDatabaseTables
[15-Mar-2025 11:39:51 UTC] WordPress database error CREATE command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_links_post_to_term` for query CREATE TABLE IF NOT EXISTS wp_icl_links_post_to_term (
        `id_from` bigint(20) unsigned NOT NULL,
        `id_to` bigint(20) unsigned NOT NULL,
        PRIMARY KEY (`id_from`,`id_to`),
        KEY `id_to` (`id_to`)
      ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_TM_Upgrade_Loader->wpml_tm_upgrade, WPML_Upgrade->run, WPML_Upgrade->run_admin, WPML_Upgrade->run_commands, WPML_Upgrade->run_command, WPML_Upgrade->maybe_run_admin, WPML\TM\Upgrade\Commands\CreateLinksTables->run_admin, WPML\Infrastructure\WordPress\Component\Translation\Domain\Links\Repository::createDatabaseTables
[15-Mar-2025 11:39:51 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:51 UTC] PHP Warning:  Undefined variable $wordcount in /usr/www/users/synerga/wp-content/themes/virtue_premium/templates/content-loop-testimonial.php on line 52
[15-Mar-2025 11:39:51 UTC] PHP Warning:  Undefined variable $wordcount in /usr/www/users/synerga/wp-content/themes/virtue_premium/templates/content-loop-testimonial.php on line 52
[15-Mar-2025 11:39:51 UTC] PHP Warning:  Undefined variable $wordcount in /usr/www/users/synerga/wp-content/themes/virtue_premium/templates/content-loop-testimonial.php on line 52
[15-Mar-2025 11:39:51 UTC] PHP Warning:  Undefined variable $wordcount in /usr/www/users/synerga/wp-content/themes/virtue_premium/templates/content-loop-testimonial.php on line 52
[15-Mar-2025 11:39:51 UTC] PHP Warning:  Undefined variable $wordcount in /usr/www/users/synerga/wp-content/themes/virtue_premium/templates/content-loop-testimonial.php on line 52
[15-Mar-2025 11:39:54 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /usr/www/users/synerga/wp-includes/class-wpdb.php on line 2316
[15-Mar-2025 11:39:54 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 126976 bytes) in /usr/www/users/synerga/wp-includes/class-wpdb.php on line 1751
[15-Mar-2025 11:39:55 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:56 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:56 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:56 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:39:59 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:40:08 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
[15-Mar-2025 11:40:09 UTC] WordPress database error ALTER command denied to user 'synerga_1_w'@'168.119.26.116' for table `synerga_db1`.`wp_icl_string_packages` for query ALTER TABLE wp_icl_string_packages ADD `translator_note` LONGTEXT NULL DEFAULT NULL made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, SitePress->init, do_action('wpml_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, wpml_tm_load, do_action('wpml_tm_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, WPML_String_Translation->load, WPML_ST_Upgrade->run, WPML_ST_Upgrade->run_front_end, WPML_ST_Upgrade->maybe_run, WPML_ST_Upgrade_DB_String_Packages_Translator_Note->run, WPML_Upgrade_Schema->add_column
March 17, 2025 at 3:56 pm #16826234

Andrey
Supporter

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Добрый день,

Спасибо за обратную связь.

Кажется, я понял возможную причину проблемы. Все эти ошибки указывают на то, что у пользователя s******_1_w есть ограничения на запись в базу данных, и вероятно, сервер достигает лимита по памяти.

Рекомендую проверить, что у пользователя s******_1_w есть все необходимые права и привилегии для работы с базой данных. Это может помочь устранить ошибку.

https://developer.wordpress.org/advanced-administration/security/hardening/

For normal WordPress operations, such as posting blog posts, uploading media files, posting comments, creating new WordPress users and installing WordPress plugins, the MySQL database user only needs data read and data write privileges to the MySQL database; SELECT, INSERT, UPDATE and DELETE.

Therefore any other database structure and administration privileges, such as DROP, ALTER and GRANT can be revoked. By revoking such privileges you are also improving the containment policies.

Note: Some plugins, themes and major WordPress updates might require to make database structural changes, such as add new tables or change the schema. In such case, before installing the plugin or updating a software temporarily allow the database user the required privileges.

March 17, 2025 at 6:22 pm #16826830

alexejM-4

Добрый день,
я поменял пользователя на администратора, включил debug и после нажатия на Theme and plugins localization появилась ошибка, но уже без ошибок доступом к записи в базу данных:
[17-Mar-2025 17:55:38 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 24576 bytes) in /usr/www/users/synerga/wp-includes/class-wpdb.php on line 2316
[17-Mar-2025 17:55:38 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 40960 bytes) in /usr/www/users/synerga/wp-includes/functions.php on line 625

То есть, первоначальная проблема всё равно осталась. На всём вебе эта ошибка проявляется только на трёх местах а это при нажатии в WPML Theme and plugins localization, при попытке добавить, изменить, убрать любой widget в Footer или в Topbar Widget темы Kadence Virtue.

Мне кажется проблем связан в комбинации темы с WPML CMS. Как я писал ранее, при многократном нажатии Published после придания или изменения widget, это изменит настройки переключения языков в меню. И необходимо снова их настаивать.
Что ещё можно проверить?

March 18, 2025 at 3:16 pm #16831086

Andrey
Supporter

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Добрый день,

Спасибо за обновление. Очевидно, что что-то работает некорректно.

У вас есть возможность проверить ситуацию с отключенными плагинами, кроме WPML? А также протестировать с любой стандартной темой?

Мы также выпустили обновление WPML 4.7.2. Пожалуйста, обновите плагины еще раз.
Если обновление не отображается, попробуйте нажать кнопку “Проверить наличие обновлений” в разделе Плагины → Добавить новый плагин → Реклама.

March 21, 2025 at 3:37 pm #16845275

alexejM-4

Здравствуйте Андрей, спасибо за советы.
К сожалению обновление WPML не помогло. Всё остальное я попробую сделать в течении этого уикенда. Потом напишу результаты.

March 21, 2025 at 5:57 pm #16846103

Andrey
Supporter

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Спасибо за апдейт.

Если, есть возможность, проверьте сайт на другом сервере. К примеру, установив его локально.

Дайте мне знать, если все еще проблема.

March 21, 2025 at 9:58 pm #16846521

Andrey
Supporter

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Перед тем, как все попробовать. Попробуйте сначала вот это решение. Возможно, что у Вашего WordPress пользователся недостачно прав.

1. Сначала сделайте резервную копию своего сайта.

2. Добавьте следующий код в файл functions.php:

function add_wpml_manage_translations_cap() {
    $role = get_role('administrator');
    if ($role) {
        $role->add_cap('manage_translations');
    }
}
add_action('init', 'add_wpml_manage_translations_cap');

3. Посетите сайте один раз, чтобы он вызвал этот код.

4. Перезагрузите админку и посмотрите, решена ли проблема.

5. Теперь Вы можете удалить код, добавленный на шаге № 2.

Надеюсь, что это решит проблему.

March 22, 2025 at 6:42 pm #16847935

alexejM-4

Здравствуйте Андрей,

сегодня я провёл несколько экспериментов на своём сайте. Ниже пишу результаты:
1. Выключил все плагины кроме WPML CMS и String Translation и попробовал добавить новый widget в footer column 1. Без изменений с той же ошибкой как раньше.
2. Выключил все плагины с WPML CMS и String Translation и попробовал добавить новый widget в footer column 1. Всё прошло без проблем, как положено.
3. Включил все плагины и добавил ваш код в файл functions.php. Обновил админ консоль. Попробовал вложить widget. После нажатия Publish опять та же ошибка.

Подытоживаю, ошибка действительно вызвана плагином WPML CMS а не правом доступа к базе. Сейчас я наконец то могу уже делать изменения, которые мне необходимы. Но всегда мне необходимо деактивировать WPML CMS а после проведения изменений опять активировать.
Можете посоветовать, что ещё можно сделать? Какие лог файлы вам послать?

Алексей.

March 24, 2025 at 12:02 pm #16851640

Andrey
Supporter

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Здравствуйте Алексей,

Спасибо за апдейт по поводу тестов. Очень странная проблема, так я не вижу похожих репортов от других пользователей.

Такая же проблема с темой по умолчанию?

Мне нужно запросить временный доступ (WP-администратора и FTP) на Ваш сайт - предпочтительно к тестовому сайту, где проблема была воспроизведена, если это возможно - для того, чтобы лучше помочь. Вы найдете необходимые поля ниже поля для комментариев, когда Вы войдете, чтобы оставить свой следующий ответ. Информацию, которую Вы ведете является частной, что означает только Вы и я могу видеть и иметь доступ к ней.

Напишите, точные шаги, чтобы воспроизвести проблему.

Дайте мне знать, если я могу сделать копию Вашего сайта для тестов на локальном сервере при необходимости.

March 25, 2025 at 4:55 pm #16859118

Andrey
Supporter

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Здравствуйте Алексей,

Установил Ваш сайт локально, чтобы более детально проверить без опасения, что-то поломать.

В первую очередь, Вам нужно исправить кодировку (collation) в базе данных на utf8mb4_unicode_520_ci. Это универсальная, стандартная кодировка. Я не уверен, что Ваш сервер будет поддерживать все символы текущей кодировки некоторых таблиц utf8mb3. В первоначальной ошибке, которую предоставили, кодировка также упоминается.

Вам нужно конвертировать, все таблицы с кодировкой utf8mb3 на utf8mb4_unicode_520_ci. Часть таблиц уже имеет кодировку utf8mb4_unicode_520_ci.

Можно попробовать использовать SQL запрос, подставляя нужную таблицу. Важно, что сама таблица и колонки в ней имели одинаковую, новую кодировку. Пример:

ALTER TABLE your_table_name CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci; 

После, я все же вижу ошибку связаннаю с Вашими виджетами.

[25-Mar-2025 16:08:04 UTC] PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /app/public/wp-includes/functions.php on line 625
[25-Mar-2025 16:08:04 UTC] PHP Stack trace:
[25-Mar-2025 16:08:04 UTC] PHP   1. {main}() /app/public/wp-admin/admin.php:0
[25-Mar-2025 16:08:04 UTC] PHP   2. require_once() /app/public/wp-admin/admin.php:34
[25-Mar-2025 16:08:04 UTC] PHP   3. require_once() /app/public/wp-load.php:50
[25-Mar-2025 16:08:04 UTC] PHP   4. require_once() /app/public/wp-config.php:109
[25-Mar-2025 16:08:04 UTC] PHP   5. do_action($hook_name = 'wp_loaded') /app/public/wp-settings.php:726
[25-Mar-2025 16:08:04 UTC] PHP   6. WP_Hook->do_action($args = [0 => '']) app/public/wp-includes/plugin.php:517
[25-Mar-2025 16:08:04 UTC] PHP   7. WP_Hook->apply_filters($value = '', $args = [0 => '']) app/public/wp-includes/class-wp-hook.php:348
[25-Mar-2025 16:08:04 UTC] PHP   8. wpml_st_initialize_basic_strings('') /app/public/wp-includes/class-wp-hook.php:324
[25-Mar-2025 16:08:04 UTC] PHP   9. WPML_ST_WP_Loaded_Action->run() /app/public/wp-content/plugins/wpml-string-translation/inc/private-actions.php:48
[25-Mar-2025 16:08:04 UTC] PHP  10. WPML_String_Translation->initialize_wp_and_widget_strings() /public/wp-content/plugins/wpml-string-translation/classes/actions/class-wpml-st-wp-loaded-action.php:29
[25-Mar-2025 16:08:04 UTC] PHP  11. wpml_st_init_register_widget_titles() /app/public/wp-content/plugins/wpml-string-translation/inc/wpml-string-translation.class.php:1173
[25-Mar-2025 16:08:04 UTC] PHP  12. update_option($option = 'widget_block', $value = ['_multiwidget' => 1, 26 => ['title' => FALSE]], $autoload = *uninitialized*) /app/public/wp-content/plugins/wpml-string-translation/inc/functions.php:148
[25-Mar-2025 16:08:04 UTC] PHP  13. do_action($hook_name = 'update_option', ...$arg = variadic('widget_block', ['_multiwidget' => 1], ['_multiwidget' => 1, 26 => ['title' => FALSE]])) /app/public/wp-includes/option.php:935
[25-Mar-2025 16:08:04 UTC] PHP  14. WP_Hook->do_action($args = [0 => 'widget_block', 1 => ['_multiwidget' => 1], 2 => ['_multiwidget' => 1, 26 => [...]]]) app/public/wp-includes/plugin.php:517
[25-Mar-2025 16:08:04 UTC] PHP  15. WP_Hook->apply_filters($value = '', $args = [0 => 'widget_block', 1 => ['_multiwidget' => 1], 2 => ['_multiwidget' => 1, 26 => [...]]]) app/public/wp-includes/class-wp-hook.php:348
[25-Mar-2025 16:08:04 UTC] PHP  16. icl_st_update_widget_title_actions($name = 'widget_block', $old = ['_multiwidget' => 1], $new = ['_multiwidget' => 1, 26 => ['title' => FALSE]]) app/public/wp-includes/class-wp-hook.php:324
[25-Mar-2025 16:08:04 UTC] PHP  17. icl_register_string($context = 'Widgets', $name = 'widget title - d41d8cd98f00b204e9800998ecf8427e', $value = FALSE, $allow_empty_value = FALSE, $source_lang = 'cs') /app/public/wp-content/plugins/wpml-string-translation/inc/functions.php:899
[25-Mar-2025 16:08:04 UTC] PHP  18. WPML_Register_String_Filter->register_string($context = 'Widgets', $name = 'widget title - d41d8cd98f00b204e9800998ecf8427e', $value = FALSE, $allow_empty_value = FALSE, $source_lang = 'cs') app/public/wp-content/plugins/wpml-string-translation/inc/functions.php:210
[25-Mar-2025 16:08:04 UTC] PHP  19. WPML_Register_String_Filter->get_registered_string($domain = 'Widgets', $context = '', $name = 'widget title - d41d8cd98f00b204e9800998ecf8427e') app/public/wp-content/plugins/wpml-string-translation/classes/filters/strings-filter/class-wpml-register-string-filter.php:120
[25-Mar-2025 16:08:04 UTC] PHP  20. WPML_Register_String_Filter->get_domain_cache($domain = 'Widgets') /app/public/wp-content/plugins/wpml-string-translation/classes/filters/strings-filter/class-wpml-register-string-filter.php:187
[25-Mar-2025 16:08:04 UTC] PHP  21. wpdb->get_results($query = 'SELECT id, value, gettext_context, name FROM wp_icl_strings WHERE context=\'Widgets\'', $output = *uninitialized*) /app/public/wp-content/plugins/wpml-string-translation/classes/filters/strings-filter/class-wpml-register-string-filter.php:370
[25-Mar-2025 16:08:04 UTC] PHP  22. wpdb->query($query = 'SELECT id, value, gettext_context, name FROM wp_icl_strings WHERE context=\'Widgets\'') /app/public/wp-includes/class-wpdb.php:3142
[25-Mar-2025 16:08:04 UTC] PHP  23. mysqli_fetch_object($result = class mysqli_result { public $current_field = 0; public $field_count = 4; public $lengths = [0 => 5, 1 => 5365, 2 => 0, 3 => 46]; public $num_rows = 15138; public $type = 0 }) app/public/wp-includes/class-wpdb.php:2316
[25-Mar-2025 16:08:04 UTC] PHP  24. shutdown_action_hook() app/public/wp-includes/load.php:0
[25-Mar-2025 16:08:04 UTC] PHP  25. do_action($hook_name = 'shutdown') app/public/wp-includes/load.php:1279
[25-Mar-2025 16:08:04 UTC] PHP  26. WP_Hook->do_action($args = [0 => '']) app/public/wp-includes/plugin.php:517
[25-Mar-2025 16:08:04 UTC] PHP  27. WP_Hook->apply_filters($value = '', $args = [0 => '']) app/public/wp-includes/class-wp-hook.php:348
[25-Mar-2025 16:08:04 UTC] PHP  28. WPML_Notices->save_to_option('') app/public/wp-includes/class-wp-hook.php:324
[25-Mar-2025 16:08:04 UTC] PHP  29. maybe_serialize($data = ['wpml-st-strings-tracking' => ['wpml-st-tracking-all-strings-as-english-notice' => class WPML_Notice { ... }], 'taxonomy-term-help-notices' => ..., 'wpml-import-notices' => ['wordpress-export' => class WPML_Notice { ... }], 'default' => ['SendStringsForTranslationNotice' => class WPML_Notice { ... }]]) app/public/wp-content/plugins/sitepress-multilingual-cms/classes/notices/class-wpml-notices.php:199
[25-Mar-2025 16:08:04 UTC] PHP  30. serialize($value = ['wpml-st-strings-tracking' => ['wpml-st-tracking-all-strings-as-english-notice' => class WPML_Notice { ... }], 'taxonomy-term-help-notices' => ..., 'wpml-import-notices' => ['wordpress-export' => class WPML_Notice { ... }], 'default' => ['SendStringsForTranslationNotice' => class WPML_Notice { ... }]])app/public/wp-includes/functions.php:625

Обратил внимание, что в WPML → String Translation, если фильтровать по Widgets у Вас 15129 записей с виджетами. На мой взгляд, большинство из них (если не все) одинаковые и только 3 из них переведены. Я бы рекомендовал удалить все в WPML → String Translation. Прикрепил скриншоты.

Предполагаю, что после всех шагов проблема должна быть решена. Как минимум, локально у меня работает. Незабывайте делать полную копию сайта.

String-Translation-‹-Beauty-clinic-Synergy-—-WordPress.png
Screenshot-2025-03-25-at-18-50-18.png
March 27, 2025 at 3:15 pm #16869307

alexejM-4

Андрей, спасибо за последний совет. После того, как убрал в WPML → String Translation Widgets. Всё заработало даже без изменений в таблицах CHAR SET.
Можете тикет закрыть. Ещё раз спасибо.
Алексей.

March 27, 2025 at 3:49 pm #16869469

Andrey
Supporter

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

Спасибо, хороших Вам выходных впереди.