I have the following status when I check elastic search health I believe its causing me error while doing bin/magento setup:upgrade ( getting error Could not validate a connection to elastic search. No alive nodes found in your cluster. Is there any way to have active shards in your cluster
Magento
The problem appeared on the site dump, on the front page Exception: Warning: SessionHandler::read(): open(/var/cpanel/php/sessions/ea-php73/sess_otpvdk0an5tso42ofv0df1f359, O_RDWR) failed: No such file or directory (2) in /var/www/vhosts/7.4/crazy/vendor/magento/framework/Session/SaveHandler/Native.php on line 22 in /var/www/vhosts/7.4/crazy/vendor/magento/framework/App/ErrorHandler.php:61 Stack trace: #0 [internal function]: MagentoFrameworkAppErrorHandler->handler() #1 /var/www/vhosts/7.4/crazy/vendor/magento/framework/Session/SaveHandler/Native.php(22): SessionHandler->read()
I have overridden this below file vendor/magento/module-configurable-product/view/frontend/templates/product/view/type/options/configurable.phtml I’m trying to add an appropriate simple product id to its options. <div class="control"> <select name="super_attribute[<?= $block->escapeHtmlAttr($_attribute->getAttributeId()) ?>]" data-selector="super_attribute[<?= $block->escapeHtmlAttr($_attribute->getAttributeId()) ?>]" data-validate="{required:true}" id="attribute<?= $block->escapeHtmlAttr($_attribute->getAttributeId()) ?>" class="super-attribute-select"> <option value=""><?= $block->escapeHtml(__('Choose an Option...')) ?></option> </select> </div> For example: <select name="super_attribute[93]" data-validate="{required:true}" id="attribute93" class="super-attribute-select" onchange="changeAttr(this)" aria-required="true"> […]
I’m trying to upgrade magento 2.4.2 to 2.4.3-p1 with composer 2, but I’m stuck with is error: Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires allure-framework/allure-phpunit ~1.2.0 -> satisfiable by allure-framework/allure-phpunit[1.2.0, ..., 1.2.4]. - magento/product-community-edition 2.4.3-p1 requires magento/framework […]
After pushing a new code to my Magento Cloud staging environment, the JS stopped working in the backend, I don’t run compilation commands out of the Magento Cloud pipelines, but since the deployment, it’s not working and the CLI redeploy isn’t working to fix it too. Every time I run […]
I have Magento 2.4.3 on an AWS Lightsail instance (bitnami packaged app). I added a theme in under app and pub as instructed and ran php bin/magento setup:upgrade. Started fine then evidently seized up while updating modules. I came back 15 minutes later to find the ssh session was automatically […]
Current product increment for each product is set to 24, I want to allow admin to create a order from backend without any increment,any qty should be added, but right now it gives error “The fewest you may purchase is 24” I have tried to change function get Config qty […]
We have added a plugin to add custom field to registration form. Now, we have removed the plugin but still showing validation for the field. FYI: The form field is removed after uninstall the plugin