Zen Follower
- Join Date:
- Nov 2008
- Posts:
- 191
- Plugin Contributions:
- 0
Checkout success array error
v156c
php 5.7x
mysql 7.2
Debug log:
--> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /usr/www/users/xxx/includes/modules/pages/checkout_success/header_php.php on line 114.
Line 114:
$flag_show_products_notification = (CUSTOMERS_PRODUCTS_NOTIFICATION_STATUS == '1' and sizeof($notificationsArray)>0 and $flag_global_notifications != '1') ? true : false ;