I have been trying to install E-Commerce 3.0 in a Drupal 5.1 site and for some reason it is not creating all the tables when the modules are activated. The Token module is installed and activated. Then I activated the mail, product API, anon purchasing then the store, cart, payment API modules as per http://drupal.org/node/50364.

When I do this the only table created is the ec_mail table. I have tried deleting the ec_mail (and any others I created manually) and rerunning the installation procedure and it produces the same results.

Comments

WebWeasel’s picture

After a bit of searching I found a workaround at http://drupal.org/node/66749. If you go into the system table and delete all rows that refer to the ecommerce module it will properly install.

It's a hack but that got me going. It's still a bug.

brmassa’s picture

Status: Active » Closed (works as designed)

Dennis,

Drupal core doenst deal well requirements, so if you select all of them at once you will get half installed modules.

You should select each module at time. So its going to work fine.

regards,

massa