Skip to content

magento man

Magento 2.4.4p4 Cannot instantiate interface MagentoJwtUserTokenModelJwtSettingsProviderInterface After disabling Magento_JwtUserToken

I am trying to disable Magento_JwtUserToken in Magento 2.4.4p4 Enterprise Edition due to don’t want to use this feature as it causing difficulties for me to create revoke logout token function I have reinstall composer and run all ugrade,dicompile,clear cache,… Read More »Magento 2.4.4p4 Cannot instantiate interface MagentoJwtUserTokenModelJwtSettingsProviderInterface After disabling Magento_JwtUserToken

Captcha images are not uploaded to AWS S3

I have successfully activated remote storage to AWS S3 using the following steps php magento config:set system/media_storage_configuration/media_database 0 php magento setup:config:set –remote-storage-driver=”aws-s3″ –remote-storage-bucket=”bucket-name” –remote-storage-prefix=”” –remote-storage-region=”region-name” –remote-storage-key=”accesskey” –remote-storage-secret=”secretkey” php magento config:set web/unsecure/base_media_url “https://<s3 bucket baseurl>/media/” php magento config:set web/secure/base_media_url “https://<s3 bucket… Read More »Captcha images are not uploaded to AWS S3

Delete product iamges and Add images programatically Issue

I have to import the product images by script for this I’m using below script but getting the error when save product. public function __construct( MagentoCatalogModelProductGalleryReadHandler $readHandler, MagentoCatalogModelProductGalleryProcessor $galleryProcessor, MagentoCatalogModelResourceModelProductGallery $productGallery ) { $this->readHandler = $readHandler; $this->galleryProcessor = $galleryProcessor; $this->productGallery… Read More »Delete product iamges and Add images programatically Issue

please help, im updating magento 2.3.5-p3 to 2.4.3 but im stuck in errors and erros here is one

[root@33 public_html]# composer update Do not run Composer as root/super user! See https://getcomposer.org/root for details Continue as root/super user [yes]? y Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of… Read More »please help, im updating magento 2.3.5-p3 to 2.4.3 but im stuck in errors and erros here is one

Undo remove css done in a parent theme

I have one theme that is removing a specific css file that is not needed for it. layout/default_head_blocks.xml <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <head> <remove src=”mage/calendar.css”/> </head> I now have a child theme that inherits the above theme. Is there a way… Read More »Undo remove css done in a parent theme