Page 8 of 394 FirstFirst ... 6789101858108 ... LastLast
Results 71 to 80 of 3932
  1. #71
    Join Date
    Dec 2004
    Posts
    52
    Plugin Contributions
    0

    Default 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
    Last edited by misticjeff; 7 Oct 2006 at 01:49 PM.

  2. #72
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default 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.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #73

    Default 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.

  4. #74
    Join Date
    Dec 2004
    Posts
    52
    Plugin Contributions
    0

    Default 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!

  5. #75
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default 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]

  6. #76
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default Re: Google Checkout module for Zen Cart released

    BTW, I'm using 1.3.02

  7. #77
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default 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 View Post
    BTW, I'm using 1.3.02

  8. #78
    Join Date
    Oct 2006
    Posts
    25
    Plugin Contributions
    0

    Default 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.

  9. #79
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default 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?! 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. (?)

  10. #80
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

    Default 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.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

 

 
Page 8 of 394 FirstFirst ... 6789101858108 ... LastLast

Similar Threads

  1. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  2. Google Checkout module support for ZC 1.5.0?
    By Woodymon in forum Addon Payment Modules
    Replies: 2
    Last Post: 21 Jan 2012, 03:18 AM
  3. Google Checkout - is there a module for 1.3.9g?
    By cchan in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Jan 2011, 05:04 AM
  4. Update Google Checkout Module or Custom Google Checkout?
    By pacificmanagment in forum Addon Payment Modules
    Replies: 1
    Last Post: 24 May 2010, 09:40 AM
  5. Replies: 1
    Last Post: 31 May 2009, 02:06 AM

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