Skip to content

magento man

Magento 2.4.1 setup:install problem : “the default website isn’t defined. Set the website and try again.”

I downloaded magento 2-2.4.1.zip. Unzipped it to /var/www/html/magento24/ – my local folder for local domain http://magento24.local configured by nginx on ubuntu20.04. I had done composer update or install and next use this command: bin/magento setup:install –base-url=http://magento24.local –db-host=localhost –db-name=magento24 –db-user=user24 –db-password=1234… Read More »Magento 2.4.1 setup:install problem : “the default website isn’t defined. Set the website and try again.”

Magento 1.9.4.1 – SUPEE-10975 – Failed. Outdated JQuery library v.1.12.0 found (PRODSECBUG-2108), got ‘200’

I got an email this morning from the Magento.com security scan. My Magento site running 1.9.4.1 just received the following issue: SUPEE-10975 – Failed. Outdated JQuery library v.1.12.0 found (PRODSECBUG-2108), got ‘200’. Looking at PRODSECBUG-2108 it is only an update… Read More »Magento 1.9.4.1 – SUPEE-10975 – Failed. Outdated JQuery library v.1.12.0 found (PRODSECBUG-2108), got ‘200’

Magento 2: Including External JS – Uncaught Error: Mismatched anonymous define() module

Trying to include an external JS file on a specific page. Currently using the following in my layout: <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <head> <script src=”https://js.braintreegateway.com/web/dropin/1.14.1/js/dropin.min.js” src_type=”url”/> </head> </page> I see the script included in the head of my page… Read More »Magento 2: Including External JS – Uncaught Error: Mismatched anonymous define() module