Skip to content

magento man

Unable to Apply Custom Patch on Magento 2.4.5p2 Cloud

Below are the logs on the server [2024-06-12T13:47:34.472113+00:00] INFO: Verbosity level is not set [2024-06-12T13:47:34.478688+00:00] NOTICE: Applying patches [2024-06-12T13:47:35.346915+00:00] ERROR: The command “php ./vendor/bin/ece-patches apply –no-interaction” failed. Applying hot-fixes Patch ../m2-hotfixes/ACSD-50165_EE_2.4.4_v1.patch has been applied Error: patch /app/m2-hotfixes/Reorder.patch can’t be applied… Read More »Unable to Apply Custom Patch on Magento 2.4.5p2 Cloud

Magento 2.4.7 – CSP Assistance needed with inline script errors

This is a follow up to this question: Magento 2.4.7 – Advice setting up csp I have set-up/configured a custom csp module. This is the current csp_whitelist.xml: <?xml version=”1.0″?> <csp_whitelist xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd”> <policies> <policy id=”default-src”> <values> <value id=”data” type=”host”>’self'</value> </values>… Read More »Magento 2.4.7 – CSP Assistance needed with inline script errors

magento246: How to redirect only homepage of website to another website using .htaccess?

I’m trying to redirect my homepage http://magento246.local/ to http://magento245.local/ but http://magento246.local/admin http://magento246.local/products/ and other URLs after slash should work as and they should not redirect to another website. only the homepage should redirect when someone tries to access the homepage.… Read More »magento246: How to redirect only homepage of website to another website using .htaccess?

How to add Enable Objects system configuration in magento 2.4.6

Select objects to log actions when any admin users perform in the backend how to do? system.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Config:etc/system_file.xsd”> <system> <tab id=”vendor” translate=”label” class=”vendor” sortOrder=”800″> <label>Vendor Extensions</label> </tab> <section id=”vendor_module” translate=”label” sortOrder=”500″ showInDefault=”1″ showInWebsite=”1″ showInStore=”1″> <label>Admin Action… Read More »How to add Enable Objects system configuration in magento 2.4.6