View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007197 | OXID eShop (all versions) | 2.1. Master Settings | public | 2020-12-07 13:30 | 2024-07-10 10:30 |
Reporter | mario_lorenz | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | reopened | ||
Product Version | 6.2.3 | ||||
Summary | 0007197: Option "General Informations" is visible after Migration a CE in a EE | ||||
Description | In contrast to the CE, the display of the item E-Commerce Services > General Information cannot be controlled via the backend. The "General Information" function has been officially removed. BUT: Since I have migrated three CE shops into one EE, the switches "blSendTechnicalInformationToOxid" were set to "false" in all three CE-shops, and now in all three EE-shops. As a result, the assumptions of an EE installation are no longer correct and the "General Information" link is displayed in the backend and leads to an error page, as the feature no longer exists. I have set the "blSendTechnicalInformationToOxid" switch to "true" via Config import. Now the link is no longer displayed in the backend. It would be correct if the link and its control in the EE generally no longer existed. | ||||
Steps To Reproduce | Set the Option "blSendTechnicalInformationToOxid" via Config-Import to "false" | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
Dear Mario Lorenz, thank you for reaching out to us. Could you please provide more informations to reproduce this issue. I installed a clean OXID 6.2.3 CE Shop (several times with diffrent settings) and migrated it to 6.2.3 EE (also i have clean CE and EE in this Version installed) and cannot reproduce your behavoir. I migraded CE to EE as followed: composer config repositories.oxid-esales composer https://enterprise-edition.packages.oxid-esales.com composer require oxid-esales/oxideshop-metapackage-ee vendor/bin/oe-eshop-db_migrate migrations:migrate vendor/bin/oe-eshop-db_views_generate I guess it is due to installing an older CE Version. As i informed it had to be older than 6.X. i'm i right? As stated i couldn't reproduce any issues with 6.2.3. Please provide also the specific locations of mentioned settings and links which are not correctly working, best per screenshot. Thank you best regards QA - SG - |
|
Hello QA, here some more Informations: In the CE you´ve the following Option: Master Settings > Core Settings > Settings > Administration > Allow a connection to OXID eSales servers for improving the quality of our open source products. In the EE, this Option (blSendTechnicalInformationToOxid) is doesnt shown, because the shop-config-controller is overwritten for this option. In the EE, this Option (blSendTechnicalInformationToOxid) is activated in the background by default, and you could change it only via config-import/export. In my old CEs (also 6.2.3) this option is deactivated. I migrate the CE to the EE with the deactived option. In this step i overwrite the EE-default. After migration, i see in the EE-Backend the incorrect Link. I think you dont need to migrate a CE to EE. You need only to deactivate the Option "blSendTechnicalInformationToOxid" in a EE-Version. |
|
Dear Mario Lorenz, thank you for providing further information. As we discussed: this behavoiur is project specific and not reproducable on a natural way. You already provided also a workaround for this issue. Nevertheless i will notify development to check for leftovers as we discussed in: \OxidEsales\EshopEnterprise\Application\Controller\Admin\NavigationTree::_getMenuFiles Best regards QA - SG - |