Page 70 of 226 FirstFirst ... 2060686970717280120170 ... LastLast
Results 691 to 700 of 2252
  1. #691
    Join Date
    Feb 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    We are also having problems with all our sites using Oz Post.

    If you post the URL directly into a browser it returns a correct quote but if you send it to the server via CURL it fails. The errors message is "Invalid input Data [UNKNOWN MODULE VERSION]"

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

    Default Re: ozpost shipping module

    Quote Originally Posted by phoenix2010 View Post
    We are also having problems with all our sites using Oz Post.

    If you post the URL directly into a browser it returns a correct quote but if you send it to the server via CURL it fails. The errors message is "Invalid input Data [UNKNOWN MODULE VERSION]"
    What version are you running?

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

    Default Re: ozpost shipping module

    Quote Originally Posted by jld View Post
    Hi,

    I have checked with 2 other people who also are zen cart shops and their OZPOST is also not working??

    Johanne
    The Horsemans Shop
    What version(s) of ozpost are they running?

    Cheers
    Rod

  4. #694
    Join Date
    Feb 2010
    Posts
    2
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Good news - ours fails with the v1 module but upgrading to the new module and doing nothing else fixes the problem. Will try on some other sites, but it looks like the fix is to upgrade to the new version of the module.

    Interested to know from Rod what the new module does differently in terms of passing the quote to the url and getting back the response via curl? Besides straight bug fixes how does the module work differently with the new version? Compared the code and there are huge number of differences but suspect most of these are to accommodate the multiple quotes from different carriers...?

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

    Default Re: ozpost shipping module

    Quote Originally Posted by phoenix2010 View Post
    Good news - ours fails with the v1 module but upgrading to the new module and doing nothing else fixes the problem.
    Well, I guess that's good news ... and maybe even a clue.

    Quote Originally Posted by phoenix2010 View Post
    Interested to know from Rod what the new module does differently in terms of passing the quote to the url and getting back the response via curl? Besides straight bug fixes how does the module work differently with the new version?
    Compared the code and there are huge number of differences but suspect most of these are to accommodate the multiple quotes from different carriers...?
    A lot of the changes are related to the quotes from other carriers, but there have also been lots of changes/additions in regards to error and fault reporting. It is rather ironic that apparently one of the changes made appears to have broken functionality for some(?) older versions.

    It has also been a few weeks since I've made any changes to the server code that could possibly cause a problem like this - So I'm now starting to think that whatever I did it must've been the accidental deletion of a line of code, or a mistyped variable, etc.

    I think the problem is a little bit deeper than changes between V1 and V2 because the logs are still showing regular access by folks using V1.0.2 and V1.0.4 (curiously, no versions older than that, but I don't think versions prior to then were sending version information anyway.

    Hopefully more clues will be forthcoming from others.

    Cheers
    Rod

  6. #696
    Join Date
    Jun 2007
    Posts
    104
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Hi Rod, Can I suggest something that would help us with this issues? A button to request a postage quote on that page, instead of the error showing? Is that possible?

    Also are the servers down at the moment?

    Thanks
    Jazzah

  7. #697
    Join Date
    Dec 2004
    Location
    Redcliffe QLD, Australia
    Posts
    193
    Plugin Contributions
    1

    Default Re: ozpost shipping module

    Quote Originally Posted by RodG View Post
    I think you misunderstand. It is zencart v1.3.9 that 'complains loudly' if cURL isn't installed, so the theory is you must've jumped a few hoops to get IT installed before you could even get to the ozpost installation stage.

    The ozpost module doesn't check to see if cURL is installed, but it does check that it is functional and can contact the quotation servers, and if it can't IT will loudly complain that the install can't continue.

    I was figuring there wouldn't be a need to duplicate the check to see if cURL is installed or not, but apparently there probably is a need.

    Cheers
    Rod
    Hi Rod - thanks for your comments. Actually, Zencart will install without CURL, no hoops or sidesteps. I've done it many times.

    I do appreciate your comments in a later post suggesting a work around to solve the install issue.

    FRANK. Your comments indicate you like to "Categorize People". I can tell you now I have enough experience with Zencart (6-7 years if I remember correctly) to understand what is required to install the package. Like you, I have developed many sites. I do read the warnings (and click on the links that provide additional information) and the statement I made earlier regarding the CURL warnings was correct however based on your comments, it's obvious you don't.

    This screen capture confirms my earlier statement.



    If you actually read the text in the popup, it advised that some payment & shipping modules require CURL to talk to to there respective servers to get real-time quotes and payment authorizations - there is no mention of installation issues, and as I haven't had any installations issues with earlier versions of the ozpost module, I personally had no issue asking for advise in this instance.

    Regards
    OZ

  8. #698
    Join Date
    Jun 2007
    Posts
    104
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Quote Originally Posted by jazzah View Post
    Hi Rod, Can I suggest something that would help us with this issues? A button to request a postage quote on that page, instead of the error showing? Is that possible?

    Also are the servers down at the moment?

    Thanks
    Jazzah
    hi, sorry, just read previous posts, we will upgrade as well and see if the error improves. I meant the button for when the package exceeds the size limit!

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

    Default Re: ozpost shipping module

    Quote Originally Posted by jazzah View Post
    hi, sorry, just read previous posts, we will upgrade as well and see if the error improves. I meant the button for when the package exceeds the size limit!
    v2.0.6 includes an option to 'constrain' the parcel size. Although this will negate the cubing rules it will allow the quote to succeed based on weight alone.

    Quote Originally Posted by jazzah View Post
    A button to request a postage quote on that page, instead of the error showing? Is that possible?
    V2.x.x no longer shows these as 'errors' - Instead, it provides a fallback mechanism to allow a quote to be produced based on flat rate, cost per item, or cost per kilo.

    Also, I guess a 'button' is possible, but the question is, exactly what should this button *actually* do? Generate an email to admin? Allow the customer to checkout anyway, but prevent payment until postage is known? Prevent checkout and store cart the cart contents somewhere for the merchant to calculate charges some other way? I'm open to suggestions.

    Cheers
    Rod

  10. #700
    Join Date
    Apr 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: ozpost shipping module

    Where can 2.0.6 be downloaded from? the download version on the ZC addons site is stil 2.0.5

 

 

Similar Threads

  1. v151 Product dimensions revert to 0 - using ozpost module
    By mpforum in forum General Questions
    Replies: 8
    Last Post: 18 Apr 2014, 09:49 AM
  2. Ozpost and module help
    By janelle in forum Addon Shipping Modules
    Replies: 2
    Last Post: 15 Jun 2012, 09:19 AM
  3. Ozpost Combine shipping !! Possible ?
    By toytemple in forum Addon Shipping Modules
    Replies: 7
    Last Post: 21 Jan 2010, 02:22 PM
  4. ozpost module problems
    By hspark in forum Addon Shipping Modules
    Replies: 19
    Last Post: 7 Dec 2009, 12:44 PM
  5. store pick-ip in ozpost shipping module
    By lazerweb in forum Addon Shipping Modules
    Replies: 2
    Last Post: 29 Jul 2008, 05:04 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