Skip to content

error

Auto Added by WPeMatico

XML Error: “Element ‘publisher’, attribute ‘queue’: The attribute ‘queue’ is not allowed. ” in Module magento/module-negotiable-quote

I started to have this error when logging into the Magento storefront (url= /customer/account/loginPost/referer/): 1 exception(s): Exception #0 (MagentoFrameworkExceptionLocalizedException): The XML in file “/var/www/html/vendor/magento/module-negotiable-quote/etc/queue_publisher.xml” is invalid: Element ‘publisher’, attribute ‘queue’: The attribute ‘queue’ is not allowed. Line: 20 The xml… Read More »XML Error: “Element ‘publisher’, attribute ‘queue’: The attribute ‘queue’ is not allowed. ” in Module magento/module-negotiable-quote

Magento 2 Plugin around Shipping collectRates infinyte loader

When I added __construct whatever I get an infinite loader. public function __construct(ResultFactory $res){ $this->anotherVariable = $res; } my <?php namespace VendorModulePlugin; use MagentoFrameworkAppConfigScopeConfigInterface; class MyShippingPlugin { private $anotherVariable; public function __construct(ScopeConfigInterface $res){ $this->anotherVariable = $res; } public function aroundCollectRates(… Read More »Magento 2 Plugin around Shipping collectRates infinyte loader

After running setup:upgrade cmd ‘magento2.core_config_data’ doesn’t exist in engine

After running the cmd php bin/magento setup:upgrade I am getting following error. [2025-03-07T07:07:05.311272+00:00] main.ERROR: SQLSTATE[42S02]: Base table or view not found: 1932 Table ‘magento2.core_config_data’ doesn’t exist in engine, query was: SELECT main_table.* FROM core_config_data AS main_table If i search with… Read More »After running setup:upgrade cmd ‘magento2.core_config_data’ doesn’t exist in engine