I am getting payment logging failures on 3.8.5 using version 3 of AWC
the sql failure is
Invalid SQL:
SELECT SUM(mc_gross) AS amount FROM vbbawc_payments WHERE payment_status='Completed' AND sid='ss' AND date_format(from_unixtime(payment_date),'%y')='10' ;
MySQL Error : Table '***********.vbbawc_payments' doesn't exist
I have imported the product twice to make sure and have selected upgrade/overwrite
Any ideas why its not created the table?
|