Quote Originally Posted by Kevin205 View Post
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:
PHP Code:
$aimdata = new stdClass
I added it from here, since I was getting PHP errors
Php version? (No haven't had those errors myself)