Alekseon / magento2-widget-forms

Place custom forms in your CMS content on your Magento 2 website
Other
36 stars 9 forks source link

Can't setup:upgrade after composer install #15

Closed DomVit5 closed 1 year ago

DomVit5 commented 1 year ago

The problem occurs on setup:upgrade command on Magento CLI. I am running version 2.4.1 The issue is related with a module called "Custom Forms Email Notifications" Error showed: "Email template '' is not defined".

marcinfr commented 1 year ago

Hi, Thank You for reporting this issue.

The reason of this issue was in AlekseonEav module. Issue is fixed in "alekseon/alekseon-eav" in version 101.1.5.

You can update this module by composer: composer update alekseon/alekseon-eav then run setup:upgrade again.