ashsmith / magento2-blog-module-tutorial

A tutorial on how create a magento 2 module from scratch, with tests.
https://www.ashsmith.io/magento2/module-from-scratch-introduction/
111 stars 59 forks source link

Error in the backend #6

Closed sakiss closed 8 years ago

sakiss commented 9 years ago

Backend gives that:

Recoverable Error: Argument 1 passed to Magento\Framework\Exception\LocalizedException::__construct() must be an instance of Magento\Framework\Phrase, string given, called in /var/www/html/magento2/lib/internal/Magento/Framework/View/Element/UiComponent/Config/DomMerger.php on line 327 and defined in /var/www/html/magento2/lib/internal/Magento/Framework/Exception/LocalizedException.php on line 31

Seems like an issue with the ui-component xml

ashsmith commented 9 years ago

I'll investigate this later today, haven't experienced this myself though

ashsmith commented 8 years ago

Was never able to reproduce this issue. Working with the latest Magento 2 release. Closing :)