Has any one encountered the following errors?
1)
[19-Nov-2013 15:04:20 America/Denver] PHP Warning: strip_tags() expects at most 2 parameters, 4 given in /public_html/admin/coupon_admin.php on line 641
2)
[21-Nov-2013 08:53:12 America/Denver] PHP Warning: Creating default object from empty value in /public_html/includes/modules/payment/authorizenet_aim.php on line 439
added the following at line 439:
I added it from here, since I was getting PHP errorsPHP Code:$aimdata = new stdClass;


Reply With Quote

