I am making a module that will create a product feed and save it. The module uses cron to create the feed in regular intervals. However, I have run into a couple of problems… I get this error: Item (MagentoCatalogModelProductInterceptor) with the same ID “<id>” already exists. I searched the […]
Magento
I need to disable module output for the Magento_Banner module. I’m tried to disable the module output using the DevDocs reference link, Also I have followed the same step as per the given reference but it is not working. I’m using the Magento Commerce Cloud 2.4.3-p1 version. I followed the […]
I have downloaded and installed magento2 site in localhost, I am facing this issue On home page of magento and in admin panel, everything works fine. PDP pages are working as will. My app/etc/env.php is this <?php return [ 'backend' => [ 'frontName' => 'admin' ], 'queue' => [ 'consumers_wait_for_messages' […]
My site keeps loading without displaying the home page or the admin. var/log/debug.log: main.DEBUG: cache_invalidate: {"method":"GET","url":"https://website.com/pct-eveil-tle-cde.html","invalidateInfo":{"identifier":"interception"}} [] main.DEBUG: cache_invalidate: {"method":"GET","url":"http://website.com/robots.txt","invalidateInfo":{"identifier":"interception"}} [] pub/error_log: PHP Deprecated: Return type of phpseclib_mcrypt_filter::filter($in, $out, &$consumed, $closing) should either be compatible with php_user_filter::filter($in, $out, &$consumed, bool $closing): int, or the #[ReturnTypeWillChange] attribute should be used to […]
This is with Adobe Commerce ver. 2.4.5-p1 on their cloud service. We have followed all the instructions for creating an integration token, toggling the setting to allow “OAuth Access Tokens to be used as standalone Bearer tokens”, and so on, as described at https://developer.adobe.com/commerce/webapi/get-started/authentication/gs-authentication-token/. However, for any REST API request, […]
I have an problem with Amasty Recaptcha module. I have set up everything in admin panel, website Keys, secret Keys etc. When I tried to register on front, I received error „No Recaptcha token”. What is strange, sometimes everything is good. I looked in network and there is something weird, […]
How i get current product name in sendEmail funtion if (isset($result) && $result) { $this->emailHelper->sendEmail('Product', $productName); } And this is my full code. <?php declare(strict_types=1); namespace custommoduleScheduleContentNotifierPlugin; use MagentoCatalogStagingModelProductApplier; use custommoduleScheduleContentNotifierHelperEmail; use MagentoCatalogModelResourceModelProductCollection; use MagentoStagingApiUpdateRepositoryInterface; class PluginProductApplier { protected $emailHelper; protected $product; /** * @var UpdateRepositoryInterface */ protected $updateRepository; /** […]
I am using Magento 2.1 and have configured it to store media files in an S3 bucket. However, when I try to upload a product image, I encounter the following errors: Despite these errors, I can see the product images listed and accessible. Could you please provide some guidance on […]
New created products are not coming in category pages or search pages . Where should i debug to find why they are not comming in front-end. Even direct product view they are showing in front-end.