Re: Google Checkout module for Zen Cart released
Hey Gang,
Got an odd error for you all....
New Install 1.3.5
Google Checkout Installed and verified functioning
Here's the issue:
Whenever I go into an order and select to update to "processing", "Shipped", etc... I get a db error:
Warning: fopen(/home/misticr/public_html/store/googlecheckout/response_message.log) [function.fopen]: failed to open stream: Permission denied in /home/misticr/public_html/store/admin/includes/functions/extra_functions/added_function_for_google_checkout.php on line 93
Fatal error: Call to undefined function: error_func() in /home/misticr/public_html/store/admin/includes/functions/extra_functions/added_function_for_google_checkout.php on line 94
Anyone have a clue?? Need to resolve this.
Edit: I do not have an SSL server/site so am not using an API Callback URL...
Google Checkout still works fine except that orders are not sent to my store. Is there a way around this as this could be the issue.
Thanks
Jeff
Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by misticjeff
/home/misticr/public_html/store/googlecheckout/response_message.log) [function.fopen]: failed to open stream: Permission denied
It's attempting to write a message-logging file, but has no permissions to do so. Try making that file/folder writable.
Re: Google Checkout module for Zen Cart released
colosports:
A-ha! I have exactly the same error in line 83 if I pull up responsehandler.php directly, so I'm definitely in the same boat as brownsgreens. No idea yet why it's happening...I'm not very conversant in php...but I appreciate the lead.
Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by DrByte
It's attempting to write a message-logging file, but has no permissions to do so. Try making that file/folder writable.
That was it... Thanks so much!
Re: Google Checkout module for Zen Cart released
This module appears to be incompatible with other payment mods. When installed, if you install others such as COD or Skipjack it gives these errors throughout the site:
Code:
Warning: Variable passed to each() is not an array or object in /home/moissan/public_html/includes/classes/db/mysql/query_factory.php on line 112
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/moissan/public_html/includes/classes/db/mysql/query_factory.php:112) in /home/moissan/public_html/includes/functions/sessions.php on line 100
Warning: Cannot modify header information - headers already sent by (output started at /home/moissan/public_html/includes/classes/db/mysql/query_factory.php:112) in /home/moissan/public_html/includes/init_includes/init_templates.php on line 78
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'EXPECTED_PRODUCTS_SORT limit MAX_DISPLAY_UPCOMING_PRODUCT' at line 6
in:
[select p.products_id, pd.products_name, products_date_available as date_expected from products p, products_description pd where to_days(products_date_available) > to_days(now()) and p.products_id = pd.products_id and pd.language_id = '1' order by EXPECTED_PRODUCTS_FIELD EXPECTED_PRODUCTS_SORT limit MAX_DISPLAY_UPCOMING_PRODUCTS]
Re: Google Checkout module for Zen Cart released
Re: Google Checkout module for Zen Cart released
I may have been wrong. I made my 1.3 site go live and my cache was messed up. The mod found here fixed it and I think it solved the problem.
Quote:
Originally Posted by
voltage
BTW, I'm using 1.3.02
Re: Google Checkout module for Zen Cart released
Well, whatever...I give up. I'm just going to use a merchant account myself. Google is a hassle.
Re: Google Checkout module for Zen Cart released
Ok, now that its not throwing errors in the cart, I'm trying to test if it works. The problem is if I select the sandbox, it says that my account # doesn't exist?! :blink: If I put it in regular mode, I can get all the way to the second screen where you confirm the charges, but once I hit confirm, it says I can't purchase from myself! So I'm not sure how to test if its working at this point.
Any ideas on why it says I don't exist in with sandbox enabled, but apparently I do exist with the regular mode. (?)
Re: Google Checkout module for Zen Cart released
Sandbox and Live mode are 2 complete separate accounts. You will have to sign up for sandbox account.
If you need to make test purchases, you will also have to create a 2nd account account to make the purchase since you can not purchase from yourself.