Skip to content

magento2.3

Auto Added by WPeMatico

Magento2.4.6: Why Custom validation rule not working anymore?

In the previous Magento version, it was working Here is the code PyarayCheckoutPluginCheckoutLayoutProcessorPlugin.php <?php declare(strict_types=1); namespace PyarayCheckoutPluginCheckout; use MagentoCheckoutBlockCheckoutLayoutProcessor; use PyarayCheckoutHelperData; class LayoutProcessorPlugin { private Data $helper; public function __construct( Data $helper ) { $this->helper = $helper; } public function… Read More »Magento2.4.6: Why Custom validation rule not working anymore?

Magento 2.3.7 Compilation error

Having problem getting /var/www/html# bin/magento setup:di:compile Compilation was started. Application code generator… 3/8 [==========>—————–] 37% 4 secs 252.0 MiB In PhpScanner.php line 183: Class DbClass does not exist ReflectionException: Class MagentoFrameworkAppHttpInterceptor does not exist in /var/www/html/vendor/magento/framework/Code/Reader/ClassReader.php I have follow all… Read More »Magento 2.3.7 Compilation error