Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jan 2008
    Posts
    3
    Plugin Contributions
    0

    Default Problem with Austpost module

    HI,

    I have just installed the Austpost module (the updated one) and am experienceing the following problem when i come to calculate shipping costs.

    The following errors occure:

    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/jigsaw/public_html/store/includes/modules/shipping/austpost.php on line 767

    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/jigsaw/public_html/store/includes/modules/shipping/austpost.php on line 767


    And finally



    AustPost (ERROR:Unable to obtain a valid quote from the Australia Post Server.
    Please try again later, or contact the store owner if problems persist.) $0.00



    Thanks any help would be appreciated

    Regards
    Derren

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

    Default Re: Problem with Austpost module

    G'day,

    > Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot
    > be activated when in safe_mode or an open_basedir is set in
    > /home/jigsaw/public_html/store/includes/modules/shipping/austpost.php on line 767

    This is ultimately a server configuration error, however you can probably circumvent the error by disabling cURL in the austpost module.

    To do this, simply load
    /includes/modules/shipping/austpost.php into a text editor.

    locate the line that reads:
    if (function_exists('curl_init')) {

    (it should be line 758)
    Change it to read:
    if (function_exists('XXXcurl_init')) {

    Resave the file.

    That'll either solve your problem, or give you a *different* error message. Please lemme know how it goes.

    Cheers
    RodG

 

 

Similar Threads

  1. AUSTPost module
    By Trinity in forum Addon Shipping Modules
    Replies: 320
    Last Post: 2 Oct 2009, 01:53 PM
  2. Austpost module v 3.02
    By pchappy in forum Addon Shipping Modules
    Replies: 1
    Last Post: 23 Feb 2009, 02:41 PM
  3. Replies: 3
    Last Post: 8 Jul 2008, 02:18 AM
  4. Problem with Austpost
    By anne071974 in forum Addon Shipping Modules
    Replies: 2
    Last Post: 14 Mar 2008, 06:13 AM
  5. Problems with Austpost Module by Gerard Serna
    By lloyd_borrett in forum Addon Shipping Modules
    Replies: 28
    Last Post: 4 Apr 2007, 04:21 PM

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