Hello,
At the moment I am trying to switch from version-15-beta to the stable 15.
I am using the commands below for it, which is working.
bench switch-to-branch version-15 frappe erpnext --upgrade
also tried:
bench switch-to-branch version-15 frappe erpnext payments --upgrade
Thats working and is upgrading without errors.
But on the login page its showing an error because the “ecommerce” is missing.
The upgrade script is showing that a ecommerce delete script is run. I haven’t used the ecommerce stuff in the 15-beta.
I already tried to install the webshop app, but the error is still showing.
Error Message:
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’
Anyone has an idea?