vojdanK
Background of the issue:
I am trying to export all untranslated content from my site hidden link using WPML so we can do the translations manually and locally. After completing the translations, I plan to import the finished content back into the site. I followed the tips from this reply: https://wpml.org/forums/topic/exporting-content-for-translation-and-import-on-same-site/#post-15470450 .
Symptoms:
When I try to export all the translation jobs, I always get a file of about 700kb, which is an empty .zip file.
Questions:
How can I successfully export all untranslated content for manual translation?
What might be causing the export to result in an empty .zip file?
Alejandro
WPML Supporter since 02/2018
Languages:
English (English )
Spanish (Español )
Italian (Italiano )
Timezone:
Europe/Rome (GMT+02:00)
Hello,
I'll try to help you while a supporter takes your case.
I suspect this is happening because your memory is less than it should and it doesn't meet our minimum requirements .
Try to increase it to "256M" and then try again. You can follow this guide to achieve it: https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#increasing-memory-allocated-to-php
Let us know how it goes.
vojdanK
Increasing the memory limit fixed my issue.
Thank you!