magefan / module-wysiwyg-advanced

Extend TinyMCE 4 & 5 tools in Magento 2
https://magefan.com/magento2-extensions
71 stars 18 forks source link

Has been already defined in #27

Closed Kiwifu closed 1 year ago

Kiwifu commented 1 year ago

Hi,

I am always facing issue when want to install different extensions of megafan.

Always getting the error :

Autoload error: Module 'Magefan_AdminUserGuide' from '/app/code/Magefan/AdminUserGuide' has been already defined in '/vendor/magefan/module-admin-user-guide.

Can you fix this issue without delete the files manually everytime?

magefan commented 1 year ago

@Kiwifu , it's a common Magento issue when installing the modules, please read this article

https://magefan.com/blog/magento2-module-has-been-already-defined-in-vendor

The best solution for you is to remove duplicated module from app/code folder

Kiwifu commented 1 year ago

@magefan thank you for the reply.

I will do that.