This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is experiencing multiple issues with their translated live pages, including non-updating links, sliders, and WooCommerce product details on translated pages. Additionally, some translated pages require multiple saves to update the displayed text.
Solution:
We recommend the following steps to address these issues:
1. Make a full backup of your website.
2. Switch to the Twenty Twenty-One theme.
3. Deactivate all plugins.
4. Navigate to WPML > Support > Troubleshooting, select "Product" from the drop-down list, and click on "Synchronize posts taxonomies".
5. Delete the problematic product (e.g., PADI Rescue Diver).
6. Switch back to your original theme (Divi Child).
7. Reactivate all plugins.
8. Recreate the product and its translations.
This process aims to resolve specific issues tied to the product that may not occur with newly created products. If these steps do not resolve your issues, or if the solution seems outdated or irrelevant to your 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 problems persist, please open a new support ticket at WPML support forum.
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.
Our next available supporter will start replying to tickets in about 8.61 hours from now. Thank you for your understanding.
Tagged: Documentation request
This topic contains 38 replies, has 3 voices.
Last updated by Lucas Vidal de Andrade 3 months, 3 weeks ago.
Assisted by: Lucas Vidal de Andrade.
Author | Posts |
---|---|
June 8, 2024 at 2:32 am #15717959 | |
carstenN-8 |
Background of the issue: Symptoms: Questions: |
June 9, 2024 at 3:54 am #15718749 | |
Andreas W. Supporter Languages: English (English ) German (Deutsch ) Timezone: America/Lima (GMT-05:00) |
Hello, Before one of my team members will be available to assist you on this matter, it would be helpful if you could send us the WPML information for troubleshooting. Best regards |
June 9, 2024 at 8:07 am #15719012 | |
carstenN-8 |
Is it possible to get into a live chat? |
June 10, 2024 at 2:36 am #15719953 | |
carstenN-8 |
Do you guys have any updates for me? |
June 10, 2024 at 12:23 pm #15721979 | |
Lucas Vidal de Andrade Supporter
Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Hey there, Thank you for your patience, our queue has been quite high as of lately. My name is Lucas and I'll be your supporter. It seems to me that all the issues you described have a common cause. I checked your debug info and noticed that your website doesn't have the minimum memory required for WPML to work. WPML requires a memory limit of at least 128MB while 256MB is recommended. See https://wpml.org/home/minimum-requirements/ for detailed information. You can set WP Memory Limit in your wp-config.php file by adding the following code: define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' ); See: https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php for details. Increasing WP Memory may help improve the performance and sometimes also help resolving such issues. After increasing the memory, try recreating the translations. Let me know how it goes. |
June 11, 2024 at 3:10 am #15724308 | |
carstenN-8 |
Hi Lucas, I added the code, but all the problems still exist. I attached a screenshot from our PHP memory limit which is 6144M To show you an example of one of the problems, I attach 2 more screenshots. Plus all the other issues as I mentioned in the first message. |
June 11, 2024 at 3:54 am #15724380 | |
carstenN-8 |
Hi Lucas, Sorry for the mistake, please ignore the first screenshot. Here is the correct one after the codes have been added. It seems we still have all the issues I have mentioned before. |
June 11, 2024 at 3:30 pm #15727962 | |
Lucas Vidal de Andrade Supporter
Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Hello, Thank you for sharing the details. Please share with me, step-by-step, how to reproduce one of the issues you mentioned. I want to check that directly on your website. I would like to request temporary access (wp-admin and FTP) to your site to take a better look at the issue. It would be better to a testing site where the issue is replicated. You will find the needed fields for this below the comment area when you log in to leave your next reply. The information you will enter is private which means only you and I can see and have access to it. Maybe I'll need to replicate your site locally. For this, I’ll need to temporarily install a plugin called “Duplicator” or "All in One WP Migration" on your site. This will allow me to create a copy of your site and your content. Once the problem is resolved I will delete the local site. Let me know if this is ok with you. IMPORTANT - Please make a backup of site files and database before providing us access. hidden link |
June 13, 2024 at 5:56 pm #15737509 | |
Lucas Vidal de Andrade Supporter
Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Hey there, Thank you for sharing the details, that really helps me to track down the issues. I tried using different tools, creating a copy of your website. Unfortunately, either the build of the package or the downloaded got interrupted by the server. Could you please create a staging environment for me, so I can check the issues there? With that, I can check for plugin conflicts and bugs, without compromising the functioning of your website. You can use WP Staging for that, it's easy to use and reliable: You can use the same credentials you sent me for the live website, so you don't have to share access again. Let me know. |
June 15, 2024 at 4:18 am #15741441 | |
carstenN-8 |
Hi there, Link to the staged website hidden link Log-in details are the same as those I sent to you before. |
June 17, 2024 at 2:56 pm #15746184 | |
Lucas Vidal de Andrade Supporter
Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Hey there, I sent the staging version of your website to our development team, which will take a deeper look into your issue. They usually take a few days to do that, so I'll return as soon as I have new information from them. Thank you in advance |
June 20, 2024 at 3:13 pm #15764937 | |
Lucas Vidal de Andrade Supporter
Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Hey there, Thank you for your patience. We checked your website and located some WP Memory issues. I increased the memory on a local copy I created of your website, and it seems to have solved the issues. Please make a full website backup, and add the following code to your wp-config.php file: define( 'WP_MEMORY_LIMIT', '1024M' ); define( 'WP_MAX_MEMORY_LIMIT', '1024M' ); Please note that this code must be added right before the /* That's all, stop editing! Happy publishing. */ line (yours might be in German). In addition, please check if these lines already exist in the file. If so, you can simply change the numeric values. Please tell me if that solves the issue for you and what are the results you get on your live website. If it doesn't solve the issue, please reach out to your hosting provider and send us your server error log. I'm waiting for your feedback. |
June 21, 2024 at 4:35 am #15770425 | |
carstenN-8 |
Hi Lucas, Thank you! It seems this solution did not work for us; all the issues are still the same as I described. I attached a screenshot of the changed WP Memory. |
June 21, 2024 at 5:06 pm #15777304 | |
Lucas Vidal de Andrade Supporter
Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Thank you for sharing. Can you please activate the debug log file, reproduce the issues and send it to us? Please also send us the server error log, you can get that with your hosting provider. We wish to investigate if there's any mismatch in your DB data, which will be probably logged in one of those files. To enable the debug log file, you can add the following code to your wp-config.php file: // Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define( 'SCRIPT_DEBUG', true ); The debug.log file can be found in the wp-content folder of your website. You can send us the logs via paste bin https://pastebin.com/. I'll be waiting for your feedback. |
June 24, 2024 at 7:03 am #15803555 | |
carstenN-8 |
Hi Lucas, I've made all the changes you suggested, but the issues are still present. Could you please take a look at our site to review the problems I mentioned earlier? |