Active
Project:
e-Commerce
Version:
7.x-4.7-beta1
Component:
ec_product
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2013 at 11:28 UTC
Updated:
3 Jun 2014 at 08:11 UTC
Jump to comment: Most recent
Pretty much brand new install of Drupal 7, attempting to delete 'Generic Product' so you'll only be able to choose Shippable.
Upon hitting delete from the list of types this happens:
Warning: Missing argument 3 for db_query_range(), called in /d7/sites/all/modules/ecommerce/ec_product/ec_product.admin.inc on line 895 and defined in db_query_range() (line 2345 of /d7/includes/database/database.inc).
Notice: Undefined variable: count in db_query_range() (line 2350 of /d7/includes/database/database.inc).
PDOException: SQLSTATE[HY093]: Invalid parameter number: no parameters were bound: SELECT COUNT(*) FROM {ec_product} WHERE ptype = :ptype LIMIT 1, 0; Array ( ) in ec_product_admin_ptypes_delete() (line 895 of /d7/sites/all/modules/ecommerce/ec_product/ec_product.admin.inc).Not sure if this is a problem with the module, or my install but as I stated, it's pretty new and I doubt it's something my end, but what do I know!
Comments
Comment #1
jsump1 commentedHaving the same error, did you find out how to fix this error?
Comment #2
overbythere commentedHi Jsump1, sorry I didn't reply. We didn't get an answer and fell back onto Drupal 6 & Ubercart.
Comment #3
neorg commentedSame error here.