When I test a "discount coupon" and clic on th buton, I have a "1305 error", with that texte:
- Code: Select all
"1305
FUNCTION [i]the name of my database[/i].IFNULL does not exist SQL=SELECT IFNULL( NOW() >= `coupon_start_date` OR `coupon_start_date`="0000-00-00 00:00:00" , 1 ) AS started , `coupon_start_date` , IFNULL (`coupon_expiry_date`!="0000-00-00 00:00:00" and NOW() > `coupon_expiry_date`,0) AS `ended` , `coupon_expiry_date` , `coupon_value_valid` , `coupon_used` FROM `c94aw_virtuemart_coupons` WHERE `coupon_code` = "[i]the name of my coupon[/i]"
It appears the page you were looking for doesn't exist. Sorry about that."
I check and in admin I have correct dates...
Thanks for your help,
Best regards,
Jérôme