Daily Archives: May 10, 2020
I’ve installed the Bitnami Certified Magento on GCP. How do you disable the bitnami banner that appears in the bottom right hand of the home page? The instructions referenced on the page from the banner is to run: sudo /opt/bitnami/apps/APPNAME/bnconfig --disable_banner 1 The result is: sudo: /opt/bitnami/apps/magento/bnconfig: command not found
I’m trying to compile after upgrade to magento 2.3.5-p1 and I get this error: public_html$ php bin/magento setup:di:compile The directory "/public_html/generated/code/Magento" cannot be deleted Warning!rmdir(/public_html/generated/code/Magento): Directory not empty public_html$ php bin/magento setup:di:compile Compilation was started. Interception cache generation... 6/8 [=========>---] 75% 1 min 399.0 MiBErrors during compilation: PlumrocketAmpBlockCatalogProductWidgetCategory Incompatible argument […]
I am modifying my Magento 2 checkout, today I have 3 steps in my checkout: Identification, Shipping and Payment. I need to get the customer details in the first step, which would be name, phone and email. This way I wouldn’t need the billing address form in the last step.
I have just upgraded my development environment to Magento 2.3.5-p1 using: composer require magento/product-community-edition=2.3.5-p1 composer update Running the bin/magento command line crashes on start with a fatal error. PHP Fatal error: Uncaught Error: Cannot instantiate interface MagentoCronModelDeadlockRetrierInterface in /var/www/import/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php:5 After some trial & error, I have managed to find the […]