View Issue Details

IDProjectCategoryView StatusLast Update
0001690OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-12-10 15:34
Reportercodrut Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Summary0001690: Multilanguage
DescriptionHi 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.
I made test on a fresh install of Oxid and the same problem was identified.

If someone can help in any way please do so.
Thank you in advance!
Additional InformationI think I found the issue:
When Oxid create the oxv_oxarticles_1 table the filed for language no. 5th, 6th etc. are not created.
TagsNo tags attached.
Theme
Browser
PHP Version
Database Version

Activities

philipp_grashoff

2010-03-10 11:35

reporter   ~0002405

Last edited: 2010-03-10 11:40

Hi,

I think this problem can be solved by updating the DB views after changing database. You can find a button for doing this in Master Settings -> Core Settings -> Mall -> Update DB Views now.

codrut

2010-03-10 13:03

reporter   ~0002406

Last edited: 2010-03-10 13:03

This fixed our problem. Thank you very much philipp_grashoff