Call to undefined function MagentoFrameworkSystemftp_connect()
Since I updated my PHP 8.1 to 8.2 using Adobe Commerce 2.4.7, I started to have exception issues when using FTP OOTB features. I want to detect the reason and fix it. How could I do it?
Since I updated my PHP 8.1 to 8.2 using Adobe Commerce 2.4.7, I started to have exception issues when using FTP OOTB features. I want to detect the reason and fix it. How could I do it?
I have updated all 2.4.6 versions with no issues using the same commands, however trying to update to 2.4.7 and keep getting errors. I have tried two diffrent commands per instructions and get two diffrent errors. Listed below are each… Read More »Issues Upgrading from 2.4.6-p7 to 2.4.7
I have created a plugin to add custom functionaly before Coupon apply it’s working fine on checkout page but not working on cart page: /etc/di.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <type name=”MagentoQuoteModelCouponManagement”> <plugin name=”checkout_coupon_apply” type=”GeekayRewardpointPluginCheckoutCouponApply”/> </type> /Plugin/CheckoutCouponApply.php <?php namespace GeekayRewardpointPlugin;… Read More »CouponManagement Plugin not working on cart page
I’m trying to get the downloadable link with hash (like the one present in the email sent to the customer) from my block. My idea was to call the getPurchasedLinkUrl method of the MagentoDownloadableBlockSalesOrderEmailItemsOrderDownloadable class. So, I tried this way:… Read More »Get Downloadable Link with Hash
Basically, product images doesn’t getting load, it loads after page refresh. and i got this error. i am using Codazon Theme, i have tried following solution to resolve this issue but it didn’t work app/design/frontend/vendor/theme/requirejs-config.js var config = { paths:… Read More »TypeError: $fotoramaElement.fotorama is not a function
How can I optimize searches on the page using Elasticsuite, without increasing this limit in the config Catalog – Catalog Search – Minimal Query Length. It is currently set to 10, and if it is low, it affects the performance… Read More »Catalog search – Elasticsearch
I have a bit complicated thing going on here and have gotten myself very confused. I am trying to achieve varnish cache with nginx as reverse proxy. Currently, I am able to get Varnish perfectly working only on the home… Read More »Nginx & Varnish setup with CloudFlare
Continuing my issue from this thread. I think it’s not caching due to Cache-Control header. Firstly, let me share my updated VCL configuration below maybe my VCL has an issue somewhere. vcl 4.0; import std; include “./vars.vcl”; include “./pagespeed-requirement.vcl”; sub… Read More »Varnish unable to Cache Magento 2.4.3
How can you query for customers that have changed their name or address since yesterday? Problem is that the updated_at field is updated in all tables, whenever the customer changes their passwords too? Even though nothing has changed in the… Read More »Export customer data (changed/updated customers only)
We have a 3rd party module that needs PHP script to customize the upload of a stock update. Like the file we get it has SKU name with space “-” and “/”. But the SKU in MAgento do not. So… Read More »PHP script not working