Hi all.
I have an Enterprise Oxid Shop and it must be multilanguage. Over 10 languages.
As I’ve seen from the database by default Oxid supports maximum 4 languages(the default one plus another 3 implemented as FieldName_[1|2|3]).
As I’ve seen researching, in past versions, we had to modify the oxarticle and oxartextends by hand so that we can add more than 4 languages, but in recent versions I’ve seen that fields fieldName_(5|6…) are added automatically when a new language is added.
I’ve observed that this works only until FieldName_8, meaning 9 languages.
But really this isn’t the real problem.
The real problem is that from the moment I add the fifth language and the FieldName_4 fields are created and I attempt to assign some text to a product in that fifth language for the first time, then the admin page goes wild. No product is listed, no categories are liste and I cannot make any modifications to the products.
When I delete the “_4” field from the tables and delete the cache then everything returns to normal, but I cannot use more than 4 language.
[B]I made test on a fresh install of Oxid and the same problem was identified.[/B]
If someone can help in any way please do so.
Thank you in advance!