Suddenly getting an error when I try to add or edit products
Getting "The number of parameters does not match number of values for stored procedure. " when adding/editing products?
try {
Line 50: productId = Product.Add(SiteNavigation.GetHost(), productBasic.ProductName, productBasic.SKU, productBasic.ShortDescription,
Line 51: Utils.ConvertNullableFromString<int?>(productBasic.Quantity),
Line 52: decimal.Parse(productBasic.Price), null, null, null, productBasic.ManufacturerId, null, 1, (int)ProductTypeEnum.General,
Source File: c:\DotShoppingCartSuiteV4.0.2\Web\Admin\Catalog\AddProductWizard.aspx.cs Line: 50
Any quick fix?
Do I have to reinstall the db?
it should be 4.0.2 how to check?
Kind REgards
Paul
|