Skip to content

magento2.4

Auto Added by WPeMatico

Magento 2.4.8 Uncaught Error: cannot call methods on collapsible prior to initialization; attempted to call method ‘forceDeactivate’

I am facing following error on live site magento 2 Magento 2.4.8 Uncaught Error: cannot call methods on collapsible prior to initialization; attempted to call method ‘forceDeactivate’ Uncaught Error: cannot call methods on collapsible prior to initialization; attempted to call… Read More »Magento 2.4.8 Uncaught Error: cannot call methods on collapsible prior to initialization; attempted to call method ‘forceDeactivate’

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 – Jenkins setup

Does anyone have any tutorials or documentation for setting up Jenkins for Magento 2? I can’t able to find proper docs for setting up Magento 2 in Jenkins.