Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Australian Post Shipping Moudle


austcoll

Recommended Posts

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

Link to comment
Share on other sites

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 by austcoll
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...