Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
colemanpa
I have a godaddy cert installed and there is an error on the GC side I am trying to fix it now, it seems to be a problem with permissions on my server, it's getting an error when it tries to talk to ZC
I have looked over everything and the permissions are right now but here is the error on the GCO side;
We encountered an error trying to access your server at https://www.gooeee.com/googlecheckou...nsehandler.php -- the error we got is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I don't understand, the cert is installed and working
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Doodlebuckets
I turned it off and placed an order and it worked but it did not show up in my admin nor did I get notification of it. I did see this in my Who's Online:
64.233.178.136 14:18:36 14:18:36 Time Since Clicked:
00:07:24 ago Session ID:
Host: 64.233.178.136
User Agent: Google Checkout Notification Agent 1.0
/store/ c621bd1d52d1be089494932ede40bb71
Is there anything in the logs on the Google side? These would be in your Google Checkout account pages.
How about in the logs on your zen-cart side? These would be in the writeable log files in your googlecheckout or googlecheckout/logs folders on your host.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Zinfandel
Hi,
I hope no one is intimidated by my super ZC persona. I'm really quite a wimp.
I'm running ZC v1.3.7 with GCO v1.4.beta1
Has anyone had success with GCO using a shared SSL certificate?
I'll buy my own certificate if it'll solve the problem. Okay, I'm a cheap wimp.
I have a shared cert on my site and it works fine. You may have to change the setting in your Google Account integration API callback url. Check the URL on your cart when you have a secure page up, like the login page. The first part of the URL is what you need to use for your API callback.
You may want to upgrade GCO a couple of levels - to 1.4.6 (I think that's the one that goes with 1.3.7...)
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
colemanpa
I have looked over everything and the permissions are right now but here is the error on the GCO side;
We encountered an error trying to access your server at
https://www.gooeee.com/googlecheckou...nsehandler.php -- the error we got is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I don't understand, the cert is installed and working
I just checked your login page and got a SSL error. Can't get far enough to tell if there are any GCO errors...
Fatal Error googlecheckout.php on line 27
Fatal error: Cannot redeclare class googlecheckout in
/includes/modules/payment/googlecheckout.php on line 27
What am I looking for?
Also, http://<url-site-url>/googlecheckout/responsehandler.php is blank.
Re: Google Checkout module for Zen Cart (beta)
Well, I hope I can explain this right ...
First off, I am running ZenCart 1.38a and GoogleCheckout 1.47.
Here is the problem:
After uploading all my files for this new version, and uninstalling/reinstalling the GCO module, none of the settings will show in my admin when I click on the edit button. There must be a template or CSS issue or something of the sort, I don't know, but I can't get to any of the settings through the page.
I was able to adjust my settings through the PHPMyAdmin in the configuration table to get it working as it used to (I have been using GCO for over a year with various versions).
I am not a PHP whiz and I don't know where to look to figure this out.
Also, Please not I had just upgraded to ZC 138 and am using a modified version of the zencart_zen template.
All of my other checkout, shipping and payment modules are working correctly and I Can edit their settings normally.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
chain_man
I just checked your login page and got a SSL error. Can't get far enough to tell if there are any GCO errors...
so what should I do next? and I have a stupid question about the live Merchant ID and Merchant Key I just used the ones from my account at googlecheckout under integration, though are the correct live ID and key yes?
Re: Google Checkout module for Zen Cart (beta)
Any Veterans able to help tonight?
Re: Fatal Error googlecheckout.php on line 27
Quote:
Originally Posted by
webskipper
Fatal error: Cannot redeclare class googlecheckout in
/includes/modules/payment/googlecheckout.php on line 27
What am I looking for?
Also, http://<url-site-url>/googlecheckout/responsehandler.php is blank.
Whenever you see "Cannot redeclare ..." start to look for a file that has been installed twice. In this case go to your Admin->Tools->Developers Tool Kit and search for "class googlecheckout extends base" in All Files (Catalog/Admin) in the last search option.
If you see 2 entries, you have 1 too many. Recheck that you have all your GCO files installed correctly.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
colemanpa
so what should I do next? and I have a stupid question about the live Merchant ID and Merchant Key I just used the ones from my account at googlecheckout under integration, though are the correct live ID and key yes?
It looks like you got your SSL working. I put an item in a cart and saw the GoogleCheckout button in full color, so it looks like you have a Google conection. I did notice the following on the shopping cart page at the bottom of the right column:
1146 Table 'zencart.products_description' doesn't exist
in:
[select distinct p.products_id, pd.products_name, p.products_ordered from gooeeeproducts p LEFT JOIN gooeeehide_categories h ON (p.master_categories_id = h.categories_id), products_description pd WHERE (h.visibility_status < 2 OR h.visibility_status IS NULL) AND p.products_status = '1' and p.products_ordered > 0 and p.products_id = pd.products_id and pd.language_id = '1' order by p.products_ordered desc, pd.products_name limit 10]
How are things working now? Are you past the java problem of a few posts ago?