After the upgrade from v14 to v15 I get a message when landing on the site (app and website) stating:
Failed to get method for command erpnext.e_commerce.doctype.e_commerce_settings.e_commerce_settings.is_cart_enabled with No module named ‘erpnext.e_commerce.doctype.e_commerce_settings.e_commerce_settings’
I was looking around on the forum, and I’ve understood that the eCommerce-functionality from v14 is moved to the Webshop application in v15. So I installed this application to get rid of this message (although we are not using the eCommerce/Webshop functionality)
these are the commands I’ve used:
bench get-app webshop
bench --site [mysitename] install-app webshop
bench --site [mysitename] migrate
sudo supervisorctl restart all
bench --site [mysitename] clear-cache
bench --site [mysitename] clear-website-cache
but this messages pops up everytime I refresh a page on the outside of the app. Once in the app, there is no such pop-up.
Any help would be very much appreciated!