Hello André,

no it’s not production system.
After execution of your statement i still have those classes in all module 
extends.
Here example export of trosofortueberweisung:
"_OXID_ESHOP_MODULES_CONFIGURATION_": {
        "sShopVersion": "5.2.7",
        "sShopEdition": "EE",
        "sShopId": 1,
        "aModules": {
            "trosofortueberweisung": {
                "version": null,
                "extend": {
                    "oxutilsfile": "ffb\/core\/ffb_oxutilsfile",
                    "oxutilspic": "ffb\/core\/ffb_oxutilspic",
                    "oxuserbasket": "ffb\/core\/ffb_oxuserbasket"
                },
                "files": null,
                "templates": null,
                "blocks": [],
                "settings": [
                    {
                        "OXVARNAME": "iTroGatewayCanceledOrders",
                        "OXVARTYPE": "select",
                        "OXVARVALUE": "0"
                    },
                    {
                        "OXVARNAME": "sTroGatewayConfKey",
                        "OXVARTYPE": "str",
                        "OXVARVALUE": ""
                    },
                    {
                        "OXVARNAME": "sTroGatewayReason",
                        "OXVARTYPE": "str",
                        "OXVARVALUE": "Bestellnr. [BSTNR]"
                    },
                    {
                        "OXVARNAME": "sTroGatewayReason2",
                        "OXVARTYPE": "str",
                        "OXVARVALUE": "[SHP]"
                    }
                ],
                "events": null
            },

Kind regards,
Alexander Scheider

Von: dev-general-boun...@lists.oxidforge.org 
[mailto:dev-general-boun...@lists.oxidforge.org] Im Auftrag von André 
Gregor-Herrmann
Gesendet: Mittwoch, 30. März 2016 13:30
An: dev-general@lists.oxidforge.org
Betreff: Re: [oxid-dev-general] Can't remove old module entries


Hi Alexander,



in case its not a productive system and you just want to get rid of these 
module entries, you can simply do that via database (Backup of oxconfig 
recommended ;-) ).



DELETE FROM oxconfig WHERE OXVARNAME LIKE '%module%'



After performing this query all Modules in all subshops should be inactive and 
you can activate them again.



Hope it does the job for you.



Cheers



André



Am Mittwoch, 30. März 2016, 11:03:11 schrieb Alexander Scheider:

> 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` =

> 0x4dba322c774f5444a5777125d61918a96e9e65e1b8fba2e9f6f8ff4e240b745241e4b01ed

> d9224c81f3020f58a2d 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

--

André Herrrmann
Technischer Leiter

mail [ andre.herrm...@fatchip.de<mailto:andre.herrm...@fatchip.de> ]
web [ www.fatchip.de<http://www.fatchip.de> ]

FATCHIP [ GmbH ] | sitz [ Helmholtzstrasse 2-9 | 10587 Berlin ] | fon [ 030.39 
88 93 51 ] | fax [ 030.39 88 93 52 ] | mail [ 
kont...@fatchip.de<mailto:kont...@fatchip.de> ] | Ust-Id. [ DE 265567757 ] | 
Amtsgericht [ Berlin-Charlottenburg ] | HRB [120567 B] | Geschäftsführung [ 
Dipl.-Ing. Hendrik Bahr ]

Be Smart, Go Green. Don’t print this email unless you really need to.
--

André Herrrmann
Technischer Leiter

mail [ andre.herrm...@fatchip.de<mailto:andre.herrm...@fatchip.de> ]
web [ www.fatchip.de<http://www.fatchip.de> ]

FATCHIP [ GmbH ] | sitz [ Helmholtzstrasse 2-9 | 10587 Berlin ] | fon [ 030.39 
88 93 51 ] | fax [ 030.39 88 93 52 ] | mail [ 
kont...@fatchip.de<mailto:kont...@fatchip.de> ] | Ust-Id. [ DE 265567757 ] | 
Amtsgericht [ Berlin-Charlottenburg ] | HRB [120567 B] | Geschäftsführung [ 
Dipl.-Ing. Hendrik Bahr ]

Be Smart, Go Green. Don’t print this email unless you really need to.
_______________________________________________
dev-general mailing list
dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to