magento2-regenurl icon indicating copy to clipboard operation
magento2-regenurl copied to clipboard

There are no commands defined in the "iazel" namespace.

Open rizvanvadia opened this issue 7 years ago • 4 comments

It gives this error when I install your extension on our site.

rizvanvadia avatar May 23 '17 12:05 rizvanvadia

Make sure your app directory does not contain the folder "magento2-regenurl-master"

Your directory structure should be app/code/Iazel/RegenProductUrl

You will need to re-run magento upgrade as per documentation

ghost avatar May 23 '17 13:05 ghost

I did put Iazel directory under app/code

I also run upgrade and deploy commands. Still no luck

rizvanvadia avatar May 23 '17 13:05 rizvanvadia

Same here. Directory structure is correct. I re-run the magento upgrade command and compile as well. Magento Version is 2.1.7.

jdinse avatar Jul 15 '17 14:07 jdinse

Change Magento\Framework\Console\CommandList to Magento\Framework\Console\CommandListInterface in the di.xml file.

avstudnitz avatar Oct 17 '17 11:10 avstudnitz