View Issue Details

IDProjectCategoryView StatusLast Update
0006413OXID eShop (all versions)2.3. Extensions (modules, themes)public2017-06-29 11:44
Reporterkeywan.ghadami 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version6.0.0-beta.1 
Summary0006413: flow theme installation fails in EE cause it uses CE shopid
Descriptionthe 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 Reproduceinstall flow theme in EE version (import setup.sql),
go to admin backend theme configuration
you will no be able to configure the theme

Additional Informationworkaround 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.
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

keywan.ghadami

2016-06-15 19:41

reporter   ~0011650

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.