 rabinG
|
updating wocommerce products for new langauge and all the tanslatoin of products for other languages done in past disappered.
|
 Lauren
WPML Supporter since 10/2015
Languages:
English (English )
Timezone:
America/New_York (GMT-05:00)
|
Thank you for contacting WPML support. While you are waiting for one of my colleagues to take this ticket and work on it, let me provide you with first debugging steps or if I can perhaps help with the issue quickly.
Please try increasing the WP Memory Limit. Minimum requirements are 128Mb: https://wpml.org/home/minimum-requirements/
You can add this to wp-config.php to increase WP memory:
/** Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Add it above the line /* That's all, stop editing! Happy blogging. */
Are the translations missing from the frontend, the backend, or both? If they are missing from the backend, Please be sure to make a full backup of your site and database.
Then, go to WPML -> Support -> Troubleshooting.
Look for 'Clean up' and click the following:
- Synchronize posts taxonomies
- Clear the cache in WPML
- Remove ghost entries from the translation tables
- Fix element_type collation
- Set language information
- Synchronize local job IDs
- Fix Terms count
- Fix post assignment for translations
|