Thread: AUSTPost module

Page 26 of 33 FirstFirst ... 162425262728 ... LastLast
Results 251 to 260 of 321
  1. #251
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Quote Originally Posted by RodG View Post
    I've done as you instructed. No problem. I added other products, I deleted products, heck, I even set up multiple addresses and switched between the two. No sign of any problem.

    Unless you can find a *reliable* way for me to duplicate the issue then I'm afraid I can't be of much help.

    Oh, I did have one issue, but not sure if its related. I took the checkout process through to the payments selection, chose paypal, and received this error:

    --------------------------------------------------------------------------------
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.
    ----------------------------------------------------------------------------------

    I've never seen PayPal suffer an internal server error before.

    The fot plickens

    Cheers
    Rod

    ps. I'm "John Smith" in your store.
    Thanks for testing! The only way i can think of replicating the problem is to change one of your delivery addresses to postcode 2075 NSW and see if you can get the error to occur.

    Just tested paypal and i got straight through to paypal payment page.... So im not sure why you got an error :S

  2. #252
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Quote Originally Posted by RodG View Post
    You'll need to edit the code (austpost.php).

    Cheers
    Rod
    sorry but im really scared of editing this mod i really dont want to break something can you tell me the places i would need to edit in the file?

  3. #253
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: AUSTPost module

    Quote Originally Posted by gee38l View Post
    Thanks for testing! The only way i can think of replicating the problem is to change one of your delivery addresses to postcode 2075 NSW and see if you can get the error to occur.
    Still no problem.

    Quote Originally Posted by gee38l View Post
    Just tested paypal and i got straight through to paypal payment page.... So im not sure why you got an error :S
    Worked ok for me the second time. As I said, I wonder if the problems are somehow related. Just a little more evident with the shipping estimator because that gets used a lot more?

    The paypal and austpost modules share something in common, in that they both need to go 'off site' to obtain data (very few other modules need to do this) so there may be a connection.

    Cheers
    Rod

  4. #254
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Quote Originally Posted by RodG View Post
    Still no problem.



    Worked ok for me the second time. As I said, I wonder if the problems are somehow related. Just a little more evident with the shipping estimator because that gets used a lot more?

    The paypal and austpost modules share something in common, in that they both need to go 'off site' to obtain data (very few other modules need to do this) so there may be a connection.

    Cheers
    Rod
    Im stumped! I guess if i turn off paypal and try an recreate the error again

  5. #255
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: AUSTPost module

    Quote Originally Posted by gee38l View Post
    Im stumped! I guess if i turn off paypal and try an recreate the error again
    That won't help. All we are (were) trying to do here is identity the cause of the problem. This means that we need to identify or correlate the symptoms. Turning things off to hide the symptoms only makes diagnosis more difficult (in this instance).

    To summarise, the problem you are experiencing can be caused by a problem in on of three places.

    Your server.
    The quotation server
    The connectivity between your server and the quotation server.

    Before even looking for a fix we need to discover which of these is causing the problem, and to do this we need to evaluate what little we have in the way of clues.

    I haven't seen the problem. You and your customers apparently see it quite often. What are the differences? There has to be *something*, different because that is the way computers work.


    Cheers
    Rod

  6. #256
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: AUSTPost module

    Quote Originally Posted by gee38l View Post
    sorry but im really scared of editing this mod i really dont want to break something can you tell me the places i would need to edit in the file?
    Even if I could tell you I doubt it'll do you much good because you'll still need to edit the file(s).

    As for breaking things... Well, thats why you should make a backup before doing any edits. If you break something then you simply restore and start again.

    Even the most experienced programmers will break things during development. It's the only way to prevent problems before other people find them. :-)

    Cheers
    Rod

  7. #257
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Quote Originally Posted by RodG View Post
    That won't help. All we are (were) trying to do here is identity the cause of the problem. This means that we need to identify or correlate the symptoms. Turning things off to hide the symptoms only makes diagnosis more difficult (in this instance).

    To summarise, the problem you are experiencing can be caused by a problem in on of three places.

    Your server.
    The quotation server
    The connectivity between your server and the quotation server.

    Before even looking for a fix we need to discover which of these is causing the problem, and to do this we need to evaluate what little we have in the way of clues.

    I haven't seen the problem. You and your customers apparently see it quite often. What are the differences? There has to be *something*, different because that is the way computers work.


    Cheers
    Rod
    Well thanks for your help with this one.... I have had a few new customer order stuff and no complaints... I have just tested for the last 20 minsutes and i cant reproduce the error. very very odd. But overall im happy with the mod and confident it will work!

    The only thing left that is really bothering me is the broken link and/or pic in my invoices :S You reffered prevously to the database... im pretty clueless with this stuff and im still trying to learn.... Could it be the sql input from the austpost module? Might need to be re done?
    Last edited by gee38l; 7 Dec 2008 at 07:13 AM. Reason: compliment

  8. #258
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: AUSTPost module

    Quote Originally Posted by gee38l View Post
    Well thanks for your help with this one.... I have had a few new customer order stuff and no complaints... I have just tested for the last 20 minsutes and i cant reproduce the error. very very odd. But overall im happy with the mod and confident it will work!
    I'm still guessing that the users that are experiencing the problem have something amiss with their address details. eg, postcode missing.

    Quote Originally Posted by gee38l View Post
    The only thing left that is really bothering me is the broken link and/or pic in my invoices :S You reffered prevously to the database... im pretty clueless with this stuff and im still trying to learn.... Could it be the sql input from the austpost module? Might need to be re done?
    There IS a known problem whereby the URL for one of the icons can be too large to store in the database field, and this MAY be your problem, but without knowing which of the many links is actually broken this is nothing more than speculation.

    Having said that, if you locate the file /includes/languages/english/modules/shipping/austpost.php you'll see that the definition for the module title contains an image link. If you remove this link and see if the problem goes away or not you'll have your answer.
    However, please note that this will only affect any new invoices. Existing invoices will still have the possibly overlong text string.

    An alternative solution (if this is your problem) is to increase the size of the relevent data field in the database, again, this will only affect newly entered data, and I *don't* really recommend this is a solution (because the code causing the issue will eventually be rewritten).

    Cheers
    Rod

    ps. the autpost.php file mentioned above is a very simple file to edit. It doesn't have any actual 'code', it only contains the various text strings used by the module. (another reason why the image link is misplaced).

  9. #259
    Join Date
    Jul 2005
    Location
    Brisbane
    Posts
    8
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Hi

    I've installed the module and it looks great. Just a few questions (I've searched and can't find similar).

    I plan to use the parcel post (500g and 3kg) and the express post (500g and 3 kg). As you can register both prepaid parcel post and prepaid express post I was wondering if there is an option somewhere to be able to choose all of the following:

    Parcel Post 500g
    Registered Parcel Post 500g
    Parcel Post 3kg
    Registered Parcel Post 3kg
    Express Post 500g
    Registered Express Post 500g
    Express Post 3kg
    Registered Express Post 3kg

    I've tried using the registered parcel option but it seems to calculate the item as a parcel only and not using the prepaid satchel.

    Any suggestions would be greatly appreciated ;)

    Megan

  10. #260
    Join Date
    Oct 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: AUSTPost module

    Has anyone managed to solve the problem of domestic quotes working okay and all international ones not working?

    Have checked the weights and ensured international address and postcode are valid but international estimates always fail with all domestic ones work perfectly.

    Interionational quotes are returning:
    ERROR:Unable to obtain a valid quote from the Australia Post Server.
    You may still checkout using this method and we will contact you

    Using zen cart 1.37 and latest Australia Post module (3.02). Fails with previous version of module too (3.01).

 

 
Page 26 of 33 FirstFirst ... 162425262728 ... LastLast

Similar Threads

  1. Austpost module v 3.02
    By pchappy in forum Addon Shipping Modules
    Replies: 1
    Last Post: 23 Feb 2009, 02:41 PM
  2. Austpost module
    By crankyvirgo in forum Addon Shipping Modules
    Replies: 1
    Last Post: 15 Apr 2008, 05:51 AM
  3. AustPost Module Logos
    By tannersports in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 20 Mar 2008, 07:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR