Skip to content

Facing issue when running the command php bin/magento setup:upgrade

Facing issue when running the command php bin/magento setup:upgrade The XML in file “D:/wamp64/www/porto/vendor/magento/module-inventory-catalog/etc/communication.xml” is invalid: Element ‘topic’, attribute ‘is_synchronous’: The attribute ‘is_synchronous’ is not allowed. Line: 9 Element ‘topic’, attribute ‘is_synchronous’: The attribute ‘is_synchronous’ is not allowed. Line: 12… Read More »Facing issue when running the command php bin/magento setup:upgrade

Time to live error

In my magento (2.4.6-p5, with Varnish and Redis) I keep getting following error in exception.log: [2024-05-15T18:23:57.623784+00:00] main.CRITICAL: InvalidArgumentException: Time to live is a mandatory parameter for set public headers in /home/www/sklepy/mag/vendor/magento/framework/App/Response/Http.php:137 Stack trace: #0 /home/www/sklepy/mag/generated/code/Magento/Framework/App/Response/Http/Interceptor.php(41): MagentoFrameworkAppResponseHttp->setPublicHeaders() #1 /home/www/sklepy/mag/vendor/magento/module-page-cache/Controller/Block/Esi.php(33): MagentoFrameworkAppResponseHttpInterceptor->setPublicHeaders() #2… Read More »Time to live error

Just host refund issue

Hello team, As a former web host (over a year ago) I signed up with JustHost and their “anytime money back guarantee”. I cancelled due to… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1919034&goto=newpost

How can I add custom method for MagentoEmailModelAbstractTemplate?

I need to replace the method of getting the link this.getURL() with my custom method this.customMethod() in the confirmation email of the user during registration. I have created a module: registration.php <?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, ‘MyModules_Email’, __DIR__ ); etc/module.xml <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”… Read More »How can I add custom method for MagentoEmailModelAbstractTemplate?