View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003074 | OXID eShop (all versions) | 5. ------ UpdateApp / Update ------ | public | 2011-07-20 09:18 | 2011-10-11 14:00 |
Reporter | d3 | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.0 revision 34568 | ||||
Fixed in Version | 4.5.3 revision 39087 | ||||
Summary | 0003074: after update, oxconfigdisplay has diverse oxgrouping records as in a fresh installation | ||||
Description | database.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 Reproduce | do update and fresh install | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0003298 | resolved | Linas Kukulskis | Azure theme set as Active during update from 4.4.8 to 4.5.0 |
|
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. |
|
fixed update script, getting and setting active theme from 4.4.8 |