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
Comment #1
gordon commentedThanks 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.
Comment #2
gordon commentedTo get around this you can install receipts and the issue with go away.