The exception.log is missing since 2.4.4 because magento made a huge mistake. It is only fixed by upgrading to 2.4.6 and there is no official patch. How can I fix it myself?
Magento
I am trying to update my Magento 2.3.0 installation to the latest version Magento 2.4.6 using Composer. However, when running the command: composer require-commerce magento/product-community-edition 2.4.6 –no-update I encounter the following error messages: Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in phar:///usr/local/bin/composer/src/Composer/Autoload/AutoloadGenerator.php:879 Deprecation Notice: Using ${var} […]
I have created system.xml with the following configuration – <group id="invoice_toggle_config" translate="label" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Invoice/Billing History Toggle Config</label> <field id="invoice_search_by_options" translate="label" type="multiselect" sortOrder="31" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Search By Invoice Options</label> <source_model>XYZOrderHistoryModelConfigSourceSearchByInvoiceOptions</source_model> </field> <field id="invoice_filter_by_options" translate="label" type="multiselect" sortOrder="31" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Filter By Invoice Options</label> <source_model>XYZOrderHistoryModelConfigSourceFilterByInvoiceOptions</source_model> </field> </group> And the […]
I tried this module: https://mageside.com/subscribe-at-checkout-2.html to subscribe customers to newsletters during checkout, but it adds the checkbox into shipping step and I want it in payment step, after payment methods. I have tried to change layout in SubscribeLayoutProcessor.php, as: 'billing-step' => 'children' => 'payment' => 'children' => 'afterMethods' => 'children' […]
I’m about at my whits end. I still consider myself a relative novice with Magento, but this one literally has me baffled. I’ve also tossed it around to some senior devs at my work, and they are stumped too. Locally, I’ve been using Mark Shust’s Docker configuration setup for our […]
when i want to override a frontend module , it is so easy, if there is a module that i dont know where it comes from , i can simply enable template hint , but my problem is when i want to change or adding something in admin panel , […]
I am displaying my banner on the page, it is displaying correct. I want to show the Banner between the dates from the “display_from” to “display_to“. I am getting my all date in this code, above date is also getting. I want to show the banner between the dates that […]
We want to make product name clickable in bundle summary. When user click on product it should be redirected to simple product page. Anyone knows if it possible?
I am using the Magento version 2.4.3 P1, In the latest chrome version the changes are not applied when we are tying to save in the page builder. I applied this patch ACSD-48857_2.2.3-p1.patch but not worked. I also turn off JS minification. Any solution?