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} […]
Daily Archives: July 29, 2023
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?
WHMCS (Web Host Manager Complete Solution) is a popular billing and automation platform used by web hosting companies and other online service providers. It allows businesses to manage billing, invoicing, customer support, and automated provisioning of services. https://whmcsglobalservices.com/monthly-recurring-revenue/
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 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 am trying to read a tar tape on Centos 7 which was written on Centos 5. I used blocking factor 2048. I can read tapes written with blocking factor 1024, but not 2048. Attempting to read the tape with dd (something like dd if=/dev/nst0 bs=1M | tar tvf – […]
Every day when i finish my work i put my Macbook to sleep and close the lid (2019 Mb Pro, MacOS Ventura). Next day when i wake up, i can check the Macbook is not actually sleeping because it’s a bit hot, which indicates there are processes running even with […]
I’m looking for solution to implement sub-folders in windows “SendTo” context menu. I’m aware of: Can sub-folders be created on the Explorer context “send to” menu However, this solution doesn’t work if source/destination folders have spaces, and I’m unable to rewrite it to work in that case. My aim is […]
I installed cURL like this on OpenWRT, as I also hadn’t enough disk space available on the router, but when I tried to run it, it said: # curl curl: can't load library 'libmbedtls.so.9' Okay, so just install libmbedtls, right? But it is not part of this repository. I found […]