View Issue Details

IDProjectCategoryView StatusLast Update
0003461OXID eShop (all versions)4. ------ eShop Core -------public2012-12-10 13:42
ReporterFibreFoX 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.6 revision 40808 
Target VersionFixed in Version4.8.0_5.1.0_beta1 
Summary0003461: oxgroups language-swap missing in en.sql (installation)
DescriptionAfter installing OXID eShop 4.5.x CE i somehow executed the en.sql (which switches the language-IDs ... which, in my opinion, is a bad way!!).

So after debugging i found that little "en.sql"-file and was happy to just modify some pieces to make in DE again, but i found a strange thing i recognized some time ago (which should have let me think about that mis-swap), that the usergroups are in english.

After restoring my semi-destroid shop i recognized that the table "oxgroups" isn't in the swap-area.

Snippet to add:


UPDATE oxgroups SET
  OXTITLE = (@oxactionsTEMP1:=OXTITLE), OXTITLE = OXTITLE_1, OXTITLE_1 = @oxactionsTEMP1;
Steps To Reproducejust look at the damn "setup/sql/en.sql"
Additional InformationIMPORTANT: There should also be a "de.sql"-file for FAST switch ... also for every default/delivered language (i heared that france will come too?!)
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

There are no notes attached to this issue.