Background of the issue:
I am trying to import xliff files in zip. Xliff files is possible to import only one by one, so the files itself are ok. But I need bulk import to be working.
Symptoms:
I expected to see the import successful, but instead, I got import failed.
Questions:
I am reporting next bug.
Why did the import of xliff files in zip fail?
Are there specific requirements for importing xliff files in zip?
There is probably limit 100 files? Why you can not just inform about it in the error box? Why the error box box does not contain any information, just Failed and disappear very fast? This is a UX/UX school of 2024?
While you wait for my colleague to take over the ticket, let me try to help you with the issue quickly. It could also be that there is some limit for uploads or a time limit from your server.
1) To allow us to see if any PHP errors are being produced, please provide the WordPress debug.log. More info: https://wordpress.org/support/article/debugging-in-wordpress/
To enable debug.log, open your wp-config.php file and look for:
define('WP_DEBUG', false);
And change it to:
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
Then try to reproduce the issue and check if any errors were saved to the debug.log log file inside the “.../wp-content/” directory.
2) Check if the issue still happens with the WP default theme and only WPML plugins enabled, all others disabled.
Let us know how it goes.
Regards,
Drazen
The topic ‘[Closed] import xliff files in zip’ is closed to new replies.