When i open Magento in browser i got Autoload error Vendor autoload is not found. Please run ‘composer install’ under application root directory. even i have run composer update composer install on the root folder and it says Nothing to install, update or remove Is there somewhere I can dig […]
Magento
When I add a new product and then want to add the product categories I am unable to type then in to the search box and get any results. Is there something I need to change? See attached image.
Magento 2.4.2-p1 Porto theme In: Stores > Settings > Configuration – in the left panel under General > Content Management > Advanced Content Tools – Enable Page Builder is set to Yes When adding a new CMS Page, it does not appear at all: Content > Pages > Add New […]
Custom adminhtml validation rules from Magento 2 docs on purely installed Magento 2.4.3 and Magento 2.4.2 doesn’t work. Vendor/Module/view/frontend/requirejs-config.js var config = { config: { mixins: { 'mage/validation': { 'Vendor_Module/js/validation-mixin': true } } } } Vendor/Module/view/frontend/web/js/validation-mixin.js define(['jquery'], function($) { 'use strict'; return function() { $.validator.addMethod( 'validate-five-words', function(value, element) { return […]
Magento 2.4.2-p1 Porto theme Amasty's Email settings extension We installed Magento 2.4.2-p1, then the Smartwave Porto theme and then we had Amasty install 9 extensions including SMTP Email Settings for Magento 2. I have setup the cron job which was confirmed set up correctly and working by our hosting company. […]
I have currently got the below set up on the debian 9 server on which magento2 is hosted: Apache 2.4.25 Letsencrypt certificate installed I would like: Apache to run on port 8080 Varnish on port 80 Nginx on port 443 Could anyone help me with the configuration settings required on […]
While trying to get some Magento (Adobe Commerce) insights I come to this webpage: https://sansec.io/magento-usage-data And, to my surprise, it says there are around 25% of licensed Magento instances running version 1.x. Is that possible at all? I thought once the licence expires these merchants were forced to upgrade to […]
Magento 2.4.2 When a customer is logged in, the whole store is much slower as to when a visitor is not logged in. Any idea what the reason might be? I am using the buld in FPC. Thanks!