Skip to content

magento man

PHP Fatal error: Uncaught Error: Interface ‘LaminasServiceManagerFactoryFactoryInterface’ not found

anyone encountered this issues after upgrading from Magento 2.3.1 to 2.4. This happened when I tried to compile the magento. PHP Fatal error: Uncaught Error: Interface ‘LaminasServiceManagerFactoryFactoryInterface’ not found in setup/src/Magento/Setup/Di/MagentoDiFactory.php:17 Stack trace: #0 vendor/composer/ClassLoader.php(444): include() #1 vendor/composer/ClassLoader.php(322): ComposerAutoloadincludeFile() #2… Read More »PHP Fatal error: Uncaught Error: Interface ‘LaminasServiceManagerFactoryFactoryInterface’ not found

Add Banner in the PLP page

I want to add banners on the PLP page that redirects to the linked category. Is there any extension or customizations that help me to do this? Image is an attached with this question.

How to add image/file uploader in dynamic rows component?

I added below code and when i upload image it shows me this error ui_component xml file Dynamic Rows Magento_Ui/js/dynamic-rows/record true true false <field name=”colour_image”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”dataType” xsi:type=”string”>string</item> <item name=”label” xsi:type=”string” translate=”true”>Image</item> <item name=”visible”… Read More »How to add image/file uploader in dynamic rows component?