Closed (fixed)
Project:
Ubercart Out of stock Notification
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 May 2009 at 17:35 UTC
Updated:
15 Jun 2009 at 14:40 UTC
Hi:
After installing this module I get the following message when I enter the catalog ubercart.
user warning: Table 'citycas_rdprueb.uc_product_adjustments' doesn't exist query:
SELECT COUNT(*) FROM uc_product_adjustments upa LEFT JOIN uc_product_stock ups ON ups.sku = upa.model WHERE upa.nid = 5
in /home/citycas/public_html/prueba/sites/default/modules/ubercart/uc_out_of_stock/uc_out_of_stock.module on line 65.
I hope you can help.
Best regards.
Comments
Comment #1
hanoiiI think you need to install the attributes module as a quick workaround for that. I have to review if I should add it as a dependency or check for the existance of this module for that specific table.
Thanks,
a.=
Comment #2
hanoii