View Issue Details

IDProjectCategoryView StatusLast Update
0003269OXID eShop (all versions)4.06. Language and translationspublic2012-04-04 16:04
Reporterarvydas_vapsva 
PriorityurgentSeveritycriticalReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.2 revision 38481 
Target VersionFixed in Version4.6.0_RC1 
Summary0003269: Language creation throws sql error
DescriptionWhen you create new language, which creates language set table, you get error:

mysql error: [1072: Key column 'OXSHOPINCL' doesn't exist in table] in EXECUTE("ALTER TABLE `oxarticles_set1` ADD KEY (`OXSHOPINCL`,`OXSHOPEXCL`,`OXVENDORID`,`OXVARSELECT_4`)")
Steps To ReproduceInstall fresh shop, clean tmp/, adjust config.inc.php by adding $this->iLangPerTable = 4; (to decrease language count per table), create tables, update views while you create (proceed with instructions on screen) and when you create language nr. 5 you will get error
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

arvydas_vapsva

2011-09-23 15:25

reporter   ~0005260

p.s. $this->iDebug = -1;

rimvydas_paskevicius

2012-04-04 16:04

reporter   ~0006174

Updated formating sql for adding indexes to newly created tables.