View Issue Details

IDProjectCategoryView StatusLast Update
0003074OXID eShop (all versions)5. ------ UpdateApp / Update ------public2011-10-11 14:00
Reporterd3 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.0 revision 34568 
Target VersionFixed in Version4.5.3 revision 39087 
Summary0003074: after update, oxconfigdisplay has diverse oxgrouping records as in a fresh installation
Descriptiondatabase.sql from 4.5 installation (theme:basic):
INSERT INTO `oxconfigdisplay` VALUES(...'images', ...);
...
INSERT INTO `oxconfigdisplay` VALUES(...'features',...);
...
INSERT INTO `oxconfigdisplay` VALUES(...'display',...);

34028.sql from 4.4.8 to 4.5.0:
INSERT INTO `oxconfigdisplay` VALUES(...'main',...);
INSERT INTO `oxconfigdisplay` VALUES(...'main_other',...);

for EE:
in subshops have both templates the records main and main_other

Result:
look at screenshot
Steps To Reproducedo update
and fresh install
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0003298 resolvedLinas Kukulskis Azure theme set as Active during update from 4.4.8 to 4.5.0 

Activities

d3

2011-07-20 09:18

reporter  

2011_07_20_theme_bug.jpg (208,316 bytes)
2011_07_20_theme_bug.jpg (208,316 bytes)

dainius.bigelis

2011-10-07 17:31

reporter   ~0005292

This issue is related with the 0003298, because Azure theme is set as active during update and then it gets wrong options, which belongs only to Basic (or custom) themes.

Linas Kukulskis

2011-10-11 14:00

reporter   ~0005296

fixed update script, getting and setting active theme from 4.4.8