Background of the issue:
I am trying to use an external translator (Alconost) for the website iventure.uz. I want to switch to Alconost translations and get rid of automatic translations. I have tried WPML > Translations (Translations queue) to upload XLIFF files sent by Alconost, but I encounter issues. Here is a page where the issue can be seen: hidden link.
Symptoms:
When I go to the Translation Jobs, some appear as completed, but 'Start batch sync' only shows a spinning timer with no changes. 'Get translation' also shows a short spinning timer with no result. 'Start downloading xliff file' results in the error 'Download XLIFF file couldn’t be finished'. Uploading XLIFF files from Alconost fails with 'Import failed. The uploaded xliff file does not seem to be properly formatted'.
Questions:
How can I switch to Alconost translations and remove automatic translations?
Why does the 'Start batch sync' not update the translations?
What causes the 'Download XLIFF file couldn’t be finished' error?
Why does the XLIFF file import fail with a formatting error?
While one of my teammates handles your ticket, I will provide you with initial debugging steps.
Some fatal error likely exists, and the spinning icon never stops. The first step is to enable debugging. You can add a few lines to the site’s wp-config.php file. With the error log enabled, you will see the actual problem.
To enable it, open your wp-config.php file and look for define('WP_DEBUG', false);. Change it to:
define('WP_DEBUG', true);
To enable the error logging to a file on the server, you need to add yet one more similar line:
define( 'WP_DEBUG_LOG', true );
The errors will be saved to a debug.log file inside the /wp-content/directory.
Unfortunately, the debug.log is not updated after attempting to upload the xliff file.
I tried that upload at about 9:28 UTC and then again at 9:32 UTC
I see this items:
[06-Mar-2025 09:32:36 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:32:36 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:32:36 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
--- log from last 2 hours ---
[06-Mar-2025 07:21:13 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 07:21:14 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 07:21:14 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 07:21:14 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 07:21:14 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 07:21:14 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 08:27:23 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 08:27:24 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 08:27:24 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:22:48 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:22:49 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:22:49 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:22:49 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:22:49 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:22:49 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:22:50 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:22:50 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:22:50 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:22:50 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:22:51 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:22:51 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:22:51 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:22:52 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:22:53 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:22:53 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:22:53 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:22:53 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:22:53 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:22:53 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:22:53 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:22:54 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:22:54 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:22:54 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:22:54 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:22:59 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:22:59 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:22:59 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:23:00 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:23:00 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:23:00 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:23:01 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:23:02 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:23:02 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:23:02 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:23:03 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:23:03 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:23:03 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:23:03 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:23:05 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:23:05 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:23:05 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:24:03 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:24:04 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:24:04 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:24:25 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:24:26 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:24:26 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:25:03 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:25:04 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:25:04 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:25:35 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:25:36 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:25:36 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:25:36 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:25:36 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:25:36 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:25:39 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:25:39 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:25:39 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:26:04 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:04 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:26:04 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:26:53 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:53 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:26:53 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:26:54 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:54 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:54 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:54 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:26:54 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:26:54 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:54 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:54 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:55 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:55 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:55 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:55 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:55 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:55 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:55 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:56 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:56 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:57 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:57 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:57 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:57 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:26:57 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:26:59 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:26:59 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:26:59 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:27:00 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:27:13 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:27:13 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:27:13 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:27:13 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:27:13 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:27:13 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:27:14 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:27:14 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:27:14 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:27:14 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:27:15 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:27:43 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:27:43 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:27:43 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:28:14 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:28:14 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:28:14 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:29:15 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:29:15 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:29:15 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:31:16 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:31:16 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:31:16 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:31:16 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:31:17 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:31:17 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:32:25 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:32:26 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:32:26 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
[06-Mar-2025 09:32:36 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[06-Mar-2025 09:32:36 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[06-Mar-2025 09:32:36 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
I do not see anything major from the log that could have cause this.
Can you try to disable security/optimizer / cache plugins and then try again? Sometimes, this kind of plugins or object cache can cause issues with translations.
Please make sure to create a backup, before doing any actions, just in case.
I disabled as many plug-ins as possible. The XLIFF import fails with the same error.
[10-Mar-2025 13:22:51 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[10-Mar-2025 13:23:13 UTC] PHP Notice: spl_autoload_register(): Argument #2 ($do_throw) has been ignored, spl_autoload_register() will always throw in /home/customer/www/iventure.uz/public_html/wp-content/plugins/invisible-recaptcha/includes/MchLibAutoloader.php on line 6
[10-Mar-2025 13:23:14 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$name is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 36
[10-Mar-2025 13:23:14 UTC] PHP Deprecated: Creation of dynamic property wpml_cms_nav_cache::$cache_to_option is deprecated in /home/customer/www/iventure.uz/public_html/wp-content/plugins/wpml-cms-nav/inc/cache.class.php on line 37
These last two "PHP Deprecated" from WPML repeat frequently (between every few seconds and every minute or so).
1) The depraceted messagge is just an mesage not an error and should not cause any issue.
2) When sending page for translation, you can choose to overwrite translation, that will overwrite any already done translation.
3) I need to check what is wrong, please share XLIFF file you are uploading, admin and FTP access to your website (staging if possible) and translation job ID to which you are trying to import XLIFF.
I have stored 3 ZIP files in the "iventure.uz" root folder:
- iventure - website, en-all (kkr) (translations).zip: all translations as uploaded by Alconost
- Russian.zip and Uzbek.zip: separately created ZIP files with only Russian translations - these XLIFF files do not have the <reference><internal-file>
Okay, lets clear things a bit here, since I think it is not clear what is the issue and what was the steps done.
You say: "I am not trying to upload an XLIFF file for any specific translation job. Alconost has input the translations directly on the jobs - and the "string" jobs (WPML|en|**|string|**) appear to be working fine.
It is the "page" jobs that seem to have been overwritten by automatic translation."
1) How did they add translations? Please share steps and one example page.
2) As I understand, they have somehow added translation, but now these translations are not showing on the front end, instead, automatic translation is shown?
Is this issue you are trying to report and solve?
3) Did you trigger automatic translation or maybe re-translated page in some other way, or you assume it was done automatically in background?
1) Sorry, I have no clue - that is their job. I created Translation jobs and assigned those to them.
I have been interacting with: Ilya <is@alconost.com>, Kseniya alpha+kkr@alconost.com, and Nastassia nb@alconost.com, as well as Ahmed from partner.help@wpml.org.
After each of their translations, I received emails "New translations are available" from @wpml.org. I would go to the Translation Dashboard and "check status and get translations"
I can see on the Translation Jobs page, that their translations for Pages have been overwritten by translations by "adminDeveloper" (me).
When it was clear that the page translations were not appearing, Kseniya sent me the ZIP files of XLIFF, and I attempted to import those through the WPML > Translations page (Translations queue).
2) Translations for the jobs with names like WPML|en|**|string|** (string translations) seem to be appearing in all expected places.
Translation jobs that were completed by Alconost for pages (like About, Accounting, Speciality Services, Entering the US Market, ...) appear to have been overwritten by automatic translations by adminDeveloper (me).
3) My best guess is that when WPML said that the page translation jobs needed to be reviewed, that instead of displaying the proposed Alconost translation, WPML displayed an automatic translation.
Thanks for getting back, that clears some things up.
You have send some pages for translation via the translation service Alconost.
Then, it seems that you / someone else created and assigned the translation job to yourself / automatic translation and translated pages like that. Note this is expected, translation added via Translation service will not be showing in WPML editor, and pages will appear blank so you will re-translate them, that is probably why automatic translation also did its job and what happened to your case. The point is that you can not mix translation methods.
If you are you using translation service method you should send page for translation to them, wait for them to finish and ask WPML to import back translation and it should work fine, if not report to us and we will check that job. You should not do any kind of manual / WPML translation in the meantime or later, as it will cause an issue. You can not somehow review translations done by a translation service.
So in your case now, what is the best you can do is:
- Go to WPML > Translation Managment > Jobs, cancel all ongoing jobs assigned to yourself / other local user translators
- From WPML > Translation Managment, send pages for translation / re-translation to Alconost translation service. Once they are done and translation jobs is imported fine, you should see correct translation. If not lets us know which job it is related and we can check why translations are not fetched / imported correctly to you website.
- Go to WPML > Translation Management > Jobs: there are no ongoing jobs, all that are assigned to adminDeveloper are marked as "Completed" or "Completed - Needs update"
*) is there a way to cancel completed jobs?
- I have sent those 7 pages to Alconost for translation/re-translaction, let's see what happens.