Hi,
Thanks for the access.
I check on the situation on your website and the issue comes from the fact that the translation override file is currently invalid there.
It ends with the line:
="index.php/de/schmuck/ohrschmuck/product/ohrhanger-schutzengel-bordeaux"
and thus it's missing something before the equal sign leading to PHP's ini parsing function being unable to parse the translation file.
Now, there are several safety mechanisms in HikaShop regarding that:
- when the text before the equal is empty when HikaShop is adding a new translation override, it is supposed to omit it to avoid such parsing issue
- when you save a product's information and that something changed in one of the fields that can be translated, the system checks the translation file and display an error message if there is a problem parsing it
- when you update / add new translations, a similar check is done
From what I can see on your website, none of these safety mechanisms are working, and I don't know why.
I'm also unable to replicate the issue on my local test website.
So could you also provide a FTP access so that I could check the files of HikaShop and add some debugging to figure out what's happening ?
You can use our contact form for that as you did before for the backend access.