HomeHome Product Discus... Product Discus...SmithCartSmithCartParameter count does not match Parameter Value countParameter count does not match Parameter Value count
Previous
 
Next
New Post
12/17/2010 9:33 AM
 

I am on DNN 05.06.00 and Im not sure what SmithCart version im on because its the source code I was sent and im not sure how to find the version. Everytime I try to add a product in the Store Admin Menu, I get the following error.

Error A critical error has occurred.
Parameter count does not match Parameter Value count.

Any ideas?

 
New Post
12/19/2010 7:18 AM
 

Hmmm... that means that the list of parameters in your insert statement doesn't match the parameters.

Something like this:

INSERT INTO table (Parameter1, Parameter2, Parameter3) VALUES (Value1, Value2, Value3, Value4)

... the # of values doesn't match the # of parameters.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartParameter count does not match Parameter Value countParameter count does not match Parameter Value count