Invalid column name 'customerID' on post to Basket
Hey Arnold- a niggly issue I can't escape currently... YSOD happens when I try to post/add a product to the basket. (Umb 4.11.1 + uwbs 2.0.1)
I have tried adding numeric customerID to 'Member', web.config ProfileProvider & to the uwbsOrder doctype.
Seen it before or any thoughts? Thanks Josh
Server Error in '/' Application.
Invalid column name 'customerID'.
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.Data.SqlClient.SqlException: Invalid column name 'customerID'.
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Invalid column name 'customerID' on post to Basket
Hey Arnold- a niggly issue I can't escape currently...
YSOD happens when I try to post/add a product to the basket. (Umb 4.11.1 + uwbs 2.0.1)
I have tried adding numeric customerID to 'Member', web.config ProfileProvider & to the uwbsOrder doctype.
Seen it before or any thoughts?
Thanks
Josh
Server Error in '/' Application.
Invalid column name 'customerID'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Data.SqlClient.SqlException: Invalid column name 'customerID'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Hey Josh,
That is an error you get when you have installed pre 2.0 final builds of uWebshop. So thank you for being a tester!
You can run this script on the database to get the missing columns:
Best, Arnold
is working on a reply...