Skip to content

magento man

Magento 2.4.3 p1 command line Area code is not set

I’ve a custom command line module as follows: <?php namespace TestMosIntegrationConsole; use SymfonyComponentConsoleCommandCommand; use SymfonyComponentConsoleInputInputInterface; use SymfonyComponentConsoleOutputOutputInterface; use SymfonyComponentConsoleInputInputArgument; class FixOrders extends Command { protected $_helper; protected $_state; public function __construct( TestMosIntegrationHelperData $helper, MagentoFrameworkAppState $state ) { $this->_helper = $helper;… Read More »Magento 2.4.3 p1 command line Area code is not set

TSO Host Cpanel logging

Hi, TSO Host, host on a shared server a number of wordpress and html sites for me. They recently migrated me to a new server platform … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1874889&goto=newpost

Mirasvit Sphinx Search indexing Magefan Blog – Error: Call to a member function setData() on bool

I am using the Mirasvit sphinx search and have configured an index from Magefan Blog posts. I get the following error in search result page regarding the blog posts. <ul class=”mst-search__result-tabs”> <div class=”mst-search__index mst-search__index-magefan-blog-post”> <div class=”post-list-wrapper”> <ol class=”post-list”> <li> Error:… Read More »Mirasvit Sphinx Search indexing Magefan Blog – Error: Call to a member function setData() on bool

Warning: Cannot use a scalar value as an array in C:xampphtdocsmagentovendormagentomodule-emailModelAbstractTemplate.php

I get this error ho to solve it ? { $store = $this->storeManager->getStore($storeId); if (!isset($variables[‘store’])) { $variables[‘store’] = $store; } if (!isset($variables[‘store’][‘frontend_name’])) { **$variables[‘store’][‘frontend_name’] = $store->getFrontendName();** } if (!isset($variables[‘logo_url’])) { $variables[‘logo_url’] = $this->getLogoUrl($storeId); } $variables[‘store’][‘frontend_name’] = $store->getFrontendName(); error in this… Read More »Warning: Cannot use a scalar value as an array in C:xampphtdocsmagentovendormagentomodule-emailModelAbstractTemplate.php

Magento 2 setup:di compile error In ErrorHandler.php line 61:

Warning: file_put_contents(root/generated/metadata/primary|global|plugin-list.php): failed to open s tream: No such file or directory in D:xampphtdocswp7vendormagentoframeworkInterceptionPluginListGenerator.p hp on line 414 Solved: Go to -> vendormagentoframeworkInterceptionPluginListGenerator.php Find -> $cacheId = implode(‘|’, $this->scopePriorityScheme) . “|” . $this->cacheId; Replace -> $cacheId = implode(‘-‘, $this->scopePriorityScheme) .… Read More »Magento 2 setup:di compile error In ErrorHandler.php line 61: