Question

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

Was it helpful?

Solution

I think you try this : -

sudo /opt/bitnami/ctlscript.sh restart apache
sudo /opt/bitnami/apps/magento/bnconfig –disable_banner YES
check your site.

Update :-

sudo /opt/bitnami/apps/magento/bnconfig.disabled --disable_banner 1

And more :-

https://shaileshthedeveloper.wordpress.com/2017/02/03/remove-bitnami-banner-from-magneto2/

https://community.bitnami.com/t/unable-to-disable-bitnami-banner-on-magento-homepage/77519

Hope this help you

Thanks ...

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top