Hi folks, I'm using OXID EE 5.2.7 and have a problem with old module entries which can't be deleted in OXID backend or database. Every time by clicking on Extensions -> Modules i get following list:
[cid:image002.jpg@01D18A84.823395F0] After click on yes i see the list with all installed modules, but if i enter the modules next time, the dialog appears again. I have got already tried to reset the modules from oxconfig with UPDATE `oxconfig` SET `OXVARVALUE` = 0x4dba322c774f5444a5777125d61918a96e9e65e1b8fba2e9f6f8ff4e240b745241e4b01edd9224c81f3020f58a2d WHERE `OXVARNAME` = 'aModules' Or to remove all informations with: delete from oxconfig where oxvarname in ( 'aDisabledModules', 'aLegacyModules', 'aModuleFiles', 'aModulePaths', 'aModules', 'aModuleTemplates' ); I also tried to export config with https://github.com/druteika/oxid_modules_config module. In every extend of all modules i have those old entries: "oxutilsfile": "ffb\/core\/ffb_oxutilsfile", "oxutilspic": "ffb\/core\/ffb_oxutilspic", "oxuserbasket": "ffb\/core\/ffb_oxuserbasket" Modification of json-file and reimport of configuration didn't helped. After import of the configuration, open Extensions -> Modules and export of config again, the entries are added again to the extend array. OXID-Console command had also no luck: php oxid fix:states -all Does anyone have any advice how to fix this problem. Kind regards, Alexander Scheider
_______________________________________________ dev-general mailing list dev-general@lists.oxidforge.org http://dir.gmane.org/gmane.comp.php.oxid.general