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.
This topic contains 14 replies, has 0 voices.
Last updated by Paweł Halicki 3 days, 15 hours ago.
Assisted by: Paweł Halicki.
| Author | Posts |
|---|---|
| March 11, 2026 at 1:11 pm #17888765 | |
|
valeng |
Deutsch language products showing in Uncategorized and they all showing up on backend sudently |
| March 11, 2026 at 3:12 pm #17889401 | |
|
Paweł Halicki Supporter |
Hello, Thank you for contacting WPML support. I’d be happy to assist you with this issue. Access to the environment where the issue occurs would be very helpful in investigating the reported problem. Would it be possible to provide us with access to an environment where the issue can be reproduced (preferably a non-production environment with the smallest possible amount of data)? This would allow us to create a copy where we can replicate the issue and look for a solution. It would also be very helpful to know when the problem first appeared. I can see that your plugins have been updated: - Did the issue occur before, and the update was an attempt to fix it? I look forward to your reply. Thank you and best regards. |
| March 12, 2026 at 4:11 pm #17893109 | |
|
Paweł Halicki Supporter |
Hello, Thank you for your quick and detailed response, as well as for providing access. I have installed the Duplicator plugin to create a backup so that we can properly diagnose the source of the issue. The backup process is taking unusually long. Normally, it takes about 5 minutes, but in this case it may take significantly longer due to the size of the environment. As soon as the backup is completed, it will be forwarded to our technical team for further investigation - I will keep you updated on the progress. Additionally, I noticed that multiple copies of this support thread have been created. To keep everything organized, I will redirect the remaining ones to this thread so that all information is available in one place and easy to track. Best regards, |
| March 13, 2026 at 1:22 am #17894145 | |
|
valeng |
Hi Pawel, has the backup process been done please? |
| March 13, 2026 at 12:09 pm #17895432 | |
|
Paweł Halicki Supporter |
Hello, You can check the backup progress by logging into the admin panel and navigating to: At the moment the status shows "Building Backup 60.0%". Even for larger websites, the process usually takes around 15 minutes. In this case, the server might be under heavier load, which could explain why it is taking longer than usual. I will check the status again in a few hours. If the backup is still not completed, I will stop the Duplicator process and try generating the backup using the `All-in-One WP Migration and Backup` plugin. Best regards, |
| March 13, 2026 at 12:45 pm #17895549 | |
|
valeng |
Hi Pawel, thanks for the update. since it has been stuck at 60% for a long time. please go ahead and stop the duplicator process now. i am fine with trying the all in one WP migration plugin as you suggested. lets try that to save time. |
| March 13, 2026 at 5:54 pm #17896568 | |
|
Paweł Halicki Supporter |
Hello, I confirm that the backup has been successfully downloaded. It will now be analyzed by our technical team to reproduce the case and prepare a solution. Duplicator was not able to complete the backup (it estimated about ~5GB), so I stopped the process and deactivated the plugin. I then installed and activated the `All-in-One WP Migration and Backup` plugin, which successfully generated the backup, although the final size was significantly larger than what Duplicator had estimated. As soon as we have any updates, I will keep you informed. Best regards, |
| March 14, 2026 at 2:00 am #17896919 | |
|
valeng |
Hi Pawel, Thanks! Im look forward to your update. Best regards |
| March 16, 2026 at 9:56 am #17899321 | |
|
valeng |
may i have an undate on this ticket? |
| March 16, 2026 at 9:56 am #17899322 | |
|
valeng |
may i have an update on this ticket? |
| March 16, 2026 at 2:56 pm #17901073 | |
|
Paweł Halicki Supporter |
Hello, We have completed an initial analysis: - `shop/product/part-accessories-for-harley/seat-seat-belt-components/car-seat-belt-shoulder-pads-soft-and-breathable-protective-covers/` - `shop/product/uncategorized/schouderbeschermers-voor-autogordels-zachte-en-ademende-beschermhoezen/` Both products: - have the same SKU: `XJ663` and `662698481266` When switching the language on the frontend to German for both products, the images appear to be similar, however the content is different (both the product name and the description). It looks like this may be the result of some import or update process, where there might have been an issue detecting the existing product by SKU, which resulted in creating a new product. To continue investigating the issue and determine the root cause, I would need to know which process created these products (for example: import, synchronization from an external system, manual creation in the admin panel, etc.). This will help us identify where the issue may have originated. |
| March 17, 2026 at 12:55 am #17901923 | |
|
valeng |
Hi Pawel, Thanks for your update. All the products are manual creation in admin panel. Could you help investigating why this happens and how to solve the issue? Thanks very much! Best regards |
| March 17, 2026 at 6:07 pm #17905741 | |
|
Paweł Halicki Supporter |
Hello, I’d be happy to help. I suggest the following approach: 1. Our development team will try to reproduce the issue in the current configuration 2. If we are able to reproduce the issue, we will check whether updating the plugins to the latest versions resolves it. 3. If the update does not resolve the issue, we will try to prepare a workaround. If we are unable to detect anything following this approach (or if the issue does not occur again), we may consider that it was a temporary problem: - unfortunately, we do not have access to logs from that period, I will share an update in the next message with the results of our investigation. Best regards, |
| March 19, 2026 at 8:07 am #17909919 | |
|
valeng |
im still waiting for the update |
| March 19, 2026 at 4:34 pm #17911969 | |
|
Paweł Halicki Supporter |
Hello, We have analyzed the contents of the database - everything "works/looks OK". Additionally, we attempted to reproduce the duplication. On the current build (with updated plugins), we were unable to duplicate an object in a way that keeps the same SKU (while translating/editing content). Standard mechanisms, when creating duplicates, add a suffix to the SKU in the format "sku_number-N" (where N is the next available number). The only scenario that leads to duplication like the one observed here is using `UAE Duplicator` from the `Ultimate Addons for Elementor` plugin - but this is intended behavior, as it bypasses the usual restrictions. While reviewing the database, it appears that most duplicates were created around `January 20, 2025 9:19 am`, although there are also some much older ones. The question is whether any work was being carried out around that time. It seems that the most reasonable approach would be to clean this up manually in the products, so that no order-related data is lost. Additionally, I am sharing the SQL I prepared for searching duplicates for testing/verification purposes: SELECT
tr.language_code,
GROUP_CONCAT(p.id),
pm.meta_value AS SKU
FROM
`wp_posts` AS p
LEFT JOIN wp_icl_translations AS tr
ON
(p.ID = tr.element_id)
LEFT JOIN wp_postmeta AS pm
ON
(p.ID = pm.post_id)
WHERE
p.post_type IN('product', 'product_variation') AND p.post_status = 'publish' AND pm.meta_key = '_sku' AND tr.language_code = 'en'
GROUP BY
pm.meta_value;
--- To summarize: - Were any changes or work carried out around `January 20, 2025 9:19 am` (plus/minus 1-2 days)? Best regards, and I look forward to your feedback. |
