Skip to content

magento man

Argument 1 passed to MagentoFrameworkMailAddressConverter::convertMany() must be of the type array, null given,

I have created a pop up html form for sending mail to admin panel, it can pop up and keys in data but somehow it showed error while submitting. app/code/Myvendor/Mymodule/Block/Popup.php <?php namespace MyvendorMymoduleBlock; use MagentoFrameworkViewElementTemplate; class Popup extends MagentoFrameworkViewElementTemplate {… Read More »Argument 1 passed to MagentoFrameworkMailAddressConverter::convertMany() must be of the type array, null given,

main.CRITICAL: {“error”:{“root_cause”:[{“type”:”illegal_argument_exception”,”reason”

I have a problem I am using Magento 4.2.4 and Elasticsearch 6 and this message appears can anyone help me to solve it. main.CRITICAL: {“error”:{“root_cause”:[{“type”:”illegal_argument_exception”,”reason”:”request [/magento2_product_2/product/_search] contains unrecognized parameter: [cat]”}],”type”:”illegal_argument_exception”,”reason”:”request [/magento2_product_2/product/_search] contains unrecognized parameter: [cat]”},”status”:400} {“exception”:”[object] (ElasticsearchCommonExceptionsBadRequest400Exception(code: 400): {“error”:{“root_cause”:[{“type”:”illegal_argument_exception”,”reason”:”request [/magento2_product_2/product/_search]… Read More »main.CRITICAL: {“error”:{“root_cause”:[{“type”:”illegal_argument_exception”,”reason”

Question about static URLS

I’m very new to magento and was tasked to migrate this magento site (https://swadeshiherbal.com) but I’m getting this 500 errors from non existing urls. e:g https://swadeshiherbal.com/static/version1653542305/frontend/Alothemes/geckoOrganic/en_US/mage/calendar.css Don’t know how there are generated or where actually these resources located. Please help… Read More »Question about static URLS

Warning: require(vendor/autoload.php): Failed to open stream: No such file or directory in

Below is the error I get in store frontend. Warning: require(vendor/autoload.php): Failed to open stream: No such file or directory in /home/magento/web/mymagentostorename.com/public_html/poms/libs/phpfastcache_config.php On running composer update and composer install, I find the installation failure messages for several modules. Could you… Read More »Warning: require(vendor/autoload.php): Failed to open stream: No such file or directory in