Hi Alexander,

did you check the ffb/metadata.php for invalid entries? There could be an old/invalid entry, maybe you reference a file there that does no longer exists?

If you are using PHPStorm with the OXID Plugin enabled, you will have syntax support for metadata.php!

Best regards
--

Alexander Schwarz
Senior Web Developer




active value GmbH
Benzenbergstraße 39-47
40219 Düsseldorf

Telefon: +49 (0)211-749 505 15
Telefax: +49 (0)211 749 505 99

E-Mail:   alex.schw...@active-value.de
Internet: www.active-value.de

HRB 55441, Amtsgericht Düsseldorf
Geschäftsführer: Antonius Klees, Alexander Pisculla

P*Please consider the environment before printing this email*



Alexander Scheider <mailto:alexander.schei...@4fb.de>
30. März 2016 um 13:03

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:

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
_______________________________________________
dev-general mailing list
dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to