Skip to content

warning about duplicate controller #103

@alfredbez

Description

@alfredbez

Not sure it this belongs here, but I see this when running the fix:states command in our project:

vagrant@oxidproject:~$ php /var/www/shop/vendor/bin/oxid fix:states -a
[warning] in shop 13: oxps/modulesconfig fixing module controllers
[warning]  (in md):array (
  'admin_oxpsmodulesconfigdashboard' => 'OxidProfessionalServices\\ModulesConfig\\Controller\\Admin\\Dashboard',
)
[warning]  (in db):array (
)
[ERROR]: duplicate controllers:OxidProfessionalServices\ModulesConfig\Controller\Admin\Dashboard

We have 41 shops and I see this message for all shops >= 13.

Would also be nice to add a space after duplicate controllers:

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions