austcoll 0 Posted May 15, 2013 HI, I just installed the Australia Post (AustPOST3.011d) and since then I am getting error on all my overseas customers check out, only AUstralian one works, any idea please? Regards Mitchell Deprecated: Function split() is deprecated in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostair.php on line 106 Deprecated: Function split() is deprecated in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostair.php on line 109 Deprecated: Function split() is deprecated in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostair.php on line 109 Deprecated: Function split() is deprecated in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostair.php on line 109 Deprecated: Function split() is deprecated in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostair.php on line 109 Warning: Cannot modify header information - headers already sent by (output started at /home/aussieug/public_html/catalog/includes/modules/shipping/auspostair.php:106) in /home/aussieug/public_html/catalog/includes/functions/general.php on line 50 Share this post Link to post Share on other sites
austcoll 0 Posted May 15, 2013 (edited) By the way when I try to import the austpost.sql to my MYSQL I am getting this error message as well. Error SQL query: INSERT INTO zones_to_geo_zones( association_id, zone_country_id, zone_id, geo_zone_id, last_modified, date_added ) VALUES ( '', 2, NULL , 2, 'NULL', '' ); MySQL said: #1062 - Duplicate entry '0' for key 'PRIMARY' Edited May 15, 2013 by austcoll Share this post Link to post Share on other sites
austcoll 0 Posted May 15, 2013 Thank you for the reply, I replaced $bits = split("=", $vals); with this $bits = preg_split("/=/", $vals); but now I am getting this error messages; Deprecated: Function split() is deprecated in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostair.php on line 106 Warning: preg_split() expects parameter 2 to be string, array given in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostair.php on line 109 Warning: preg_split() expects parameter 2 to be string, array given in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostair.php on line 109 Warning: preg_split() expects parameter 2 to be string, array given in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostair.php on line 109 Warning: preg_split() expects parameter 2 to be string, array given in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostair.php on line 109 Deprecated: Function split() is deprecated in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostsea.php on line 106 Warning: preg_split() expects parameter 2 to be string, array given in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostsea.php on line 109 Warning: preg_split() expects parameter 2 to be string, array given in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostsea.php on line 109 Warning: preg_split() expects parameter 2 to be string, array given in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostsea.php on line 109 Warning: preg_split() expects parameter 2 to be string, array given in /home/aussieug/public_html/catalog/includes/modules/shipping/auspostsea.php on line 109 Share this post Link to post Share on other sites
♥multimixer 325 Posted May 15, 2013 Instead of $bits = split("=" ,$value); You can use $bits = explode("=" ,$value); My community profile | Template system for osCommerce - New: Responsive | Feedback channel Share this post Link to post Share on other sites
austcoll 0 Posted May 15, 2013 Thank you so much, the errors are gone and now it goes to the next page but I am getting the following message on check out! Warning: Cannot modify header information - headers already sent by (output started at /home/aussieug/public_html/catalog/includes/modules/shipping/auspostair.php:387) in Many thanks in advance for the help Cheers Mitchell Share this post Link to post Share on other sites
austcoll 0 Posted May 15, 2013 Warning: Cannot modify header information - headers already sent by (output started at /home/aussieug/public_html/catalog/includes/modules/shipping/auspostair.php:387) in /home/aussieug/public_html/catalog/includes/functions/general.php on line 50 Share this post Link to post Share on other sites
austcoll 0 Posted May 16, 2013 Can anyone please recommend a proper Australia Post shipping add on that can work without fault? Cheers Mitchell Share this post Link to post Share on other sites
smellypoopants 0 Posted July 24, 2013 This is something I would also be interested in for 2.3.3 Share this post Link to post Share on other sites