Skip to content

magento man

Magento 2.4.6 elasticsearch not workinh and upgrade command use that phase issue

Could not validate a connection to Elasticsearch. Unknown 401 error from Elasticsearch null curl -X GET ‘http://localhost:9200’ {“error”:{“root_cause”:[{“type”:”security_exception”,”reason”:”missing authentication credentials for REST request [/]”,”header”:{“WWW-Authenticate”:[“Basic realm=”security”, charset=”UTF-8″”,”ApiKey”]}}],”type”:”security_exception”,”reason”:”missing authentication credentials for REST request [/]”,”header”:{“WWW-Authenticate”:[“Basic realm=”security”, charset=”UTF-8″”,”ApiKey”]}},”status”:401}

Magento 2 : Unable to process binding “click: function(){return openMyList }” in Magento 2

I’m trying to open Custom Module List when I click on the button in the header. For this I tried the below code. <div id=”my_list-div” data-bind=”scope:’my_list'”> <!– ko template: getTemplate() –><!– /ko –> <script type=”text/x-magento-init”> { “#my_list-div”: { “Magento_Ui/js/core/app”:{ “components”:{… Read More »Magento 2 : Unable to process binding “click: function(){return openMyList }” in Magento 2

Magento 2.4.7 Placeorder with newly created store showing Deprecated Functionality: str_replace(): Passing null to parameter #3

I have created a new store and only when placing orderwith that store, I am getting below error: Deprecated Functionality: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php on line 1044 all other stores… Read More »Magento 2.4.7 Placeorder with newly created store showing Deprecated Functionality: str_replace(): Passing null to parameter #3