I am getting this error:
Code:
[17-Mar-2013 16:29:43 UTC] PHP Warning: Illegal string offset 'id' in /var/www/vhost/design75/public_html/includes/modules/payment/moneyorder.php on line 40
This is line 40
PHP Code:
$check = $db->Execute("select zone_id from " . TABLE_ZONES_TO_GEO_ZONES . " where geo_zone_id = '" . MODULE_PAYMENT_MONEYORDER_ZONE . "' and zone_country_id = '" . $order->billing['country']['id'] . "' order by zone_id");
using Zen Cart 1.5.1 with PHP version: 5.4.6-1
I am going to implement the above fixes to see if the error is still generated. I will report back with my findings