View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006413 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2016-06-15 18:28 | 2017-06-29 11:44 |
Reporter | keywan.ghadami | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 6.0.0-beta.1 | ||||
Summary | 0006413: flow theme installation fails in EE cause it uses CE shopid | ||||
Description | the file application\views\flow\setup.sql contains the "oxbaseshop"-shop id. Importing that file will result in wrong data in the database an you are not able to configure the theme. | ||||
Steps To Reproduce | install flow theme in EE version (import setup.sql), go to admin backend theme configuration you will no be able to configure the theme | ||||
Additional Information | workaround is to execute UPDATE oxconfig SET oxshopid = 1 where OXMODULE like 'theme:flow' AND oxshopid = 0; after installation See also https://github.com/OXID-eSales/oxideshop_ce/pull/381 for a feature to avoid using such sql files. | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
a solution in combination with new theme.php setting from https://github.com/OXID-eSales/oxideshop_ce/pull/381 is already ready in https://github.com/OXID-eSales/flow_theme/pull/31 so this can be fixed by accepting that pull requests. |