Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2004
    Posts
    246
    Plugin Contributions
    0

    Default Google Checkout - No Orders - Time Out Error

    Hi

    I'm using Zen Cart 1.3.8a Patched with Google Ceckout 1.4.7
    I've been trying everything I can think of to get the orders to come back but it just won't play nice.
    I've checked that all the files are installed and the logging is working just fine.

    When placing an order I clcik to be taken back to the shop but the cart contents is still there and I'm directed to the session timeout page. I'm using shared ssl but don't see thatthis should be causing any problems. Here is my configure file.


    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
    // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
    define('HTTP_SERVER', 'http://www.inkworld.co.uk');
    define('HTTPS_SERVER', 'https://host.myssl.co.uk/~inkworld');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
    define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

    define('DIR_WS_PHPBB', '/');

    // * DIR_FS_* = Filesystem directories (local/physical)
    //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
    define('DIR_FS_CATALOG', '/home/inkworld/public_html/');

    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
    define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
    define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');

    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', 'zen137_');
    define('DB_SERVER', 'localhost');
    define('DB_SERVER_USERNAME', 'inkworld_*******');
    define('DB_SERVER_PASSWORD', '*******');
    define('DB_DATABASE', 'inkworld_*******');
    define('USE_PCONNECT', 'false'); // use persistent connections?
    define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage

    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    define('SQL_CACHE_METHOD', 'database');
    define('DIR_FS_SQL_CACHE', '/home/inkworld/public_html/cache');


    I've read through the forum but nothing works. If I access my responsehandler I am asked for a user name and password which I believe to be correct. My server uses suphp so a permissions problem is unlikely.

    Any help would be much appreciated.
    UK based Zen Cart Web Designer here www.handcoded.co.uk

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Google Checkout - No Orders - Time Out Error

    I've checked that all the files are installed and the logging is working just fine.
    What do your logs tell you?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

    Default Re: Google Checkout - No Orders - Time Out Error

    Quote Originally Posted by longstockings View Post
    I've read through the forum but nothing works. If I access my responsehandler I am asked for a user name and password which I believe to be correct. My server uses suphp so a permissions problem is unlikely.

    Any help would be much appreciated.
    What did you enter for your Callback URL in your Google Checkout account? It should be:

    "https://host.myssl.co.uk/~inkworld/googlecheckout/responsehandler.php"

    Be sure you have XML selected.

  4. #4
    Join Date
    Mar 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Google Checkout - No Orders - Time Out Error

    I think I managed to actually fix this problem (well a work-around anyway).

    Someone please test my solution and post a reply whether or not it works. I don't have IE8 to test it myself.

    I posted the solution in another thread, heres the link:

    http://www.zen-cart.com/forum/showth...737#post796737

 

 

Similar Threads

  1. Google merchent/base feed time out issue
    By shawnhbk in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 13 Oct 2012, 04:11 AM
  2. Replies: 11
    Last Post: 16 May 2009, 04:45 PM
  3. Google Checkout and Time Out error?
    By lisali in forum Addon Payment Modules
    Replies: 3
    Last Post: 24 Apr 2009, 05:32 PM
  4. Google Checkout orders not updateable? Socket error: 110
    By toothpick in forum Addon Payment Modules
    Replies: 3
    Last Post: 11 Apr 2008, 02:55 PM
  5. Checkout Time Out error message
    By Stormshade in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 30 Jul 2007, 11:45 PM

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