This line "Invalid column name 'Discount'. Invalid column name 'DiscountTotal'." tells me that something must have gone awry during the update as a column is missing from the database.
The SQL user identity that you're using in the Umbraco connection string must have permissions to change the database schema. Could you verify that that is the case?
Error adding to basket after updating to UCommerce v2
Hi there.
We've been having another problem since updating to UCommerce2. When adding a product to the basket, I'm seeing errors like this in the log file.
It's entirely possible I've done something wrong, but I'm having trouble figuring this out.
Many thanks,
Zac
Hi Zac,
This line "Invalid column name 'Discount'. Invalid column name 'DiscountTotal'." tells me that something must have gone awry during the update as a column is missing from the database.
The SQL user identity that you're using in the Umbraco connection string must have permissions to change the database schema. Could you verify that that is the case?
Once that's in place please try the update again.
Thanks.
Hi Søren,
Many thanks for that, nailed it.
I just re-installed using the sa user, and that's solved everything (including the other problem).
I had the following roles for the user:
db_datareader
db_datawriter
db_owner
So I was missing... db_ddladmin right?
Perfect. db_dlladmin should do the trick as well.
is working on a reply...