Zen Cart Logo
Forums / Addon Payment Modules / Google Checkout - No Orders - Time Out Error

Google Checkout - No Orders - Time Out Error

Locked

Views: 1,643

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
27 Sep 2009, 7:47 PM
#1
longstockings avatar

longstockings

Zen Follower

Join Date:
Jul 2004
Posts:
198
Plugin Contributions:
0

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.

27 Sep 2009, 8:04 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

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?

28 Sep 2009, 2:38 PM
#3
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

Re: Google Checkout - No Orders - Time Out Error

longstockings:

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.

21 Oct 2009, 10:06 PM
#4
joe_politzer avatar

joe_politzer

New Zenner

Join Date:
Mar 2009
Posts:
6
Plugin Contributions:
0

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/showthread.php?p=796737#post796737