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] contains unrecognized parameter: [cat]”}],”type”:”illegal_argument_exception”,”reason”:”request [/magento2_product_2/product/_search] contains unrecognized parameter: [cat]”},”status”:400} at […]
Magento
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 me to debug this issue.
I am trying to send the form’s data to admin panel from phtml. However, it returned an error for the HTML form’s class, how can I run the php function for passing data to html and send it to admin? Myvendor/Mymodule/Controller/Index/Send.php <?php namespace CleargoProductEnquiryControllerIndex; use MagentoFrameworkAppActionContext; use MagentoFrameworkMailTemplateTransportBuilder; use Zend_Mail_Transport_Sendmail; […]
Upon logging into Magento admin, I see the following dialog. When the link shown in it is followed, there is no mention of the security patches.
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 please share some insights or possible solutions to the issue?
I am creating admin form using template I have multiple select dropdown. I want to filter dropdown based on the value of other but problem is how i can assign the javascript value to php variable so that i can send the id to the function in block and it […]
Install module wordpress-rest-api-client Magento 2.4.5 https://github.com/varsitynewsnetwork/wordpress-rest-api-client Error 1: vnn/wordpress-rest-api-client 1.3.0 requires php ^7.0 -> your php version (8.1.3) does not satisfy that requirement. Error 2: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://novedades.pcarts.com//wp-json/wp/v2/posts?categories%5B0%5D=36&orderby=date&order=desc&per_page=5&page=1&image_display=1&image_size=medium_large
I am trying to edit the product collection in category page. Every time I try to load and edit the collection vendor/magento/module-catalog/Block/Product/ListProduct::getLoadedProductCollection() or its parent methods and models like vendor/magento/module-catalog/Model/Layer::getProductCollection() vendor/magento/module-catalog/Model/Layer::prepareProductCollection($collection) it is unsuccessful and “All the products” in that category get loaded in category page. I tried to use […]