Having trouble with newest version of BOGO module. This is the error I received. Created table in database but not sure what I'm missing. Any help would be appreciated.
Notice: Error: Table 'alertbrn42ppp.oc_buy_get_free_product' doesn't exist
Error No: 1146
SELECT DISTINCT bgp.product_id, bg.date_end, (SELECT AVG(rating) FROM oc_review r1 WHERE r1.product_id = bgp.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating FROM oc_buy_get_free_product bgp LEFT JOIN oc_buy_get_free bg on bg.buy_get_free_id = bgp.buy_get_free_id LEFT JOIN oc_product p ON (bgp.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND ((bg.date_start = '0000-00-00' OR bg.date_start < NOW()) AND (bg.date_end = '0000-00-00' OR bg.date_end > NOW())) and bg.status = 1 GROUP BY bgp.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC in /home/alertbr135/public_html/system/library/db/mysqli.php on line 40Notice: Trying to get property of non-object in /home/alertbr135/public_html/catalog/model/module/buy_get_free.php on line 55Warning: Invalid argument supplied for foreach() in /home/alertbr135/public_html/catalog/model/module/buy_get_free.php on line 55
Last edited by i2Paq on Wed Sep 23, 2015 10:01 pm, edited 1 time in total.
Reason: Title adjusted
Reason: Title adjusted
Who is online
Users browsing this forum: No registered users and 7 guests