Closed (fixed)
Project:
e-Commerce
Version:
6.x-4.x-dev
Component:
ec_store
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2009 at 07:32 UTC
Updated:
13 Sep 2009 at 07:50 UTC
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.