I install ecommerce-6.x-4.0-rc11 and just after install Drupal Display This.

user warning: Table 'futosa_hp_drupal.ec_receipt_allocation' doesn't exist query: SELECT SUM(amount) FROM ec_receipt_allocation WHERE type ='transaction' in /hsphere/local/home/futosa/futosa.com.mx/portal/sites/all/modules/ecommerce/ec_store/ec_store.install on line 25.

I go to my DB and the table is missing.

Comments

gordon’s picture

Version: 6.x-4.0-rc11 » 6.x-4.x-dev
Status: Active » Fixed

Thanks I have fixed this.

Basically this error is caused by Receipting not being installed. Since it is not install there is no way to check to see if the transactions are in balance with the receipts.

The fix that I have not implemented is not run this test when receipts are not installed.

gordon’s picture

To get around this you can install receipts and the issue with go away.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.