this is at the top of the store in the amin view: user warning: Table 'drupal.ec_product' doesn't exist query: SELECT COUNT(nid) FROM ec_product in /home/.drusilla/edreibs/rootsvisiondesign.com/includes/database.mysql.inc on line 120. I can make the table but I need to know how how many fields etc

Comments

nemo666’s picture

The description of the table is in the file product.install (in drupal\modules\ecommerce\product dir). You must change the TYPE into ENGINE.

sime’s picture

Component: store.module » product
Status: Active » Fixed

assumed fixed

Anonymous’s picture

Status: Fixed » Closed (fixed)