Just trying to get the cart setup now on a new install of DNN CE 5.3.1. When trying to add a product I get this error:
DotNetNuke.Services.Exceptions.PageLoadException: Parameter count does not match Parameter Value count. ---> System.ArgumentException: Parameter count does not match Parameter Value count. at Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) at Smith.DNN.Modules.BuyNow.SqlDataProvider.AddProducts(Int32 categoryID, String manufacturer, String modelNumber, String modelName, String productImage, String thumbnailImage, Decimal unitCost, Decimal memberPrice, Int32 quantityOnHand, String summary, String description, String downloadUrl, Boolean featured, Boolean archived, Decimal weight, Int32 sortOrder, Boolean excludeCoupon, Int32 items, Boolean share, Int32 tabModuleId, String createdByUser, DateTime createdDate, Boolean logicallyDeleted, Boolean recurring, String recurringInterval, Int32 recurringOccurances, String urlGUID, Boolean encryptUrl, String addDnnRole, Boolean requireLogin, Boolean usePriPriceWght, Int32 bundleID, String roleExpireDays, Int32 subCategoryID, Boolean taxExempt, Int32 PortalID, String affiliateUrl, Boolean requireCoupon, Boolean showPDUDF) at Smith.DNN.Modules.BuyNow.ProductsController.AddProducts(ProductsInfo objProducts) at Smith.DNN.Modules.BuyNow.AddProducts.AddProduct() at Smith.DNN.Modules.BuyNow.AddProducts.btnSubmit_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Using cart version 2.74.0, which was upgraded from whatever version was on snowcovered.