skip to Main Content

Magento 2: Cannot getData from different controller

I have this class class Api extends MagentoFrameworkModelAbstractModel { public function __construct( MagentoFrameworkMessageManagerInterface $messageManager, MagentoFrameworkAppConfigScopeConfigInterface $scopeConfig, MagentoStoreModelStoreManagerInterface $storeManager, MyModulePaymentHelperData $helper ) { $this->messageManager = $messageManager; $this->scopeConfig = $scopeConfig; $this->storeManager = $storeManager; $this->helper = $helper; $this->contentType = $this->helper->getConfigData('content_type'); } . .…

VIEW QUESTION

No matching definition was found for `@family-name:'icons-blank-theme` – Magento

We have upgraded Magento version from 2.3.4 to 2.4.2, while we execute deploy command we are facing below errors : frontend/Magento/louellabelle/en_GB 3349/3580 ==========================>- 93% 12 secs Compilation from source: /var/www/vhosts/lbstaging.com/htdocs/vendor/magento/theme-frontend-blank/web/css/styles-m.less No matching definition was found for `@family-name:'icons-blank-theme', @font-path:"../fonts/Blank-Theme-Icons/Blank-Theme-Icons", @font-weight:normal, @font-style:normal,…

VIEW QUESTION
Back To Top
Search