Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Oct 2007
    Posts
    6
    Plugin Contributions
    0

    Default ipn_main_handler.php not working properly?

    Hi -

    I'm new to ZEN so I might have missed the post on this one as far as a solution...

    I configured Paypal IPN and Express checkout following the directions provided... they lok right to me.

    I want to test run thru the process of checking out and when I try to do an Express Checkout via PayPal, I get to the ipn_main_handler.php??type=ec comes up blank...

    just did another test, one went thru to paypal, the other did not (just a blank screen)

    HELP!!

    Server Host: www.totallywildaboutmusic.com (207.44.248.116)
    Database Host: localhost (127.0.0.1)
    Server OS: Windows NT EV1SERVE-1IV89D 5.2 build 3790
    Database: MySQL 5.0.26-community-nt
    Server Date: 10/24/2007 12:26:48
    Database Date: 10/24/2007 12:26:48

    Server Up Time:
    PHP Version: 5.2.0 (Zend: 2.2.0)

    HTTP Server: Microsoft-IIS/6.0

  2. #2
    Join Date
    Oct 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: ipn_main_handler.php not working properly?

    just realized that the shop location was not in the post:
    http://www.totallywildaboutmusic.com/shop

    Thanks!
    Jamie

  3. #3
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: ipn_main_handler.php not working properly?

    What version of Zen Cart?
    Who's your hosting company?
    Install and post a link to the CURLTEST script from this post:
    http://www.zen-cart.com/forum/showthread.php?t=65680
    .

    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.

  4. #4
    Join Date
    Oct 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: ipn_main_handler.php not working properly?

    I am the host (server from Ev1Servers/The Planet)

    Zen Cart 1.3.7.1
    Database Patch Level: 1.3.7.1
    v1.3.7.1 [2007-10-20 08:44:56] (Fresh Installation)

    Curltest results without SSL:
    CURL Test Page
    This page is intended for testing CURL behaviour. You should be accessing this page via CURLTEST.PHP running on YOUR server.

    You submitted the following fields and data:

    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )

    Data validation
    Good
    Other Info
    Your server IP address is: 207.44.248.116.
    user-agent: unknown.
    Copyright © 2003 - 2007 Zen Ventures, LLC - Powered by Zen Cart™

    Array
    (
    [url] => "http://www.zen-cart.com/testcurl.php"
    [content_type] => text/html
    [http_code] => 200
    [header_size] => 139
    [request_size] => 174
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.021
    [namelookup_time] => 0.002
    [connect_time] => 0.009
    [pretransfer_time] => 0.009
    [size_upload] => 0
    [size_download] => 2142
    [speed_download] => 102000
    [speed_upload] => 0
    [download_content_length] => 0
    [upload_content_length] => 0
    [starttransfer_time] => 0.021
    [redirect_time] => 0
    )
    Curltest result (with SSL):
    CURL Test Page
    This page is intended for testing CURL behaviour. You should be accessing this page via CURLTEST.PHP running on YOUR server.

    You submitted the following fields and data:

    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )

    Data validation
    Good
    Other Info
    Your server IP address is: 207.44.248.116.
    user-agent: unknown.
    Copyright © 2003 - 2007 Zen Ventures, LLC - Powered by Zen Cart™

    Array
    (
    [url] => "https://www.zen-cart.com/testcurl.php"
    [content_type] => text/html
    [http_code] => 200
    [header_size] => 139
    [request_size] => 174
    [filetime] => -1
    [ssl_verify_result] => 20
    [redirect_count] => 0
    [total_time] => 0.16
    [namelookup_time] => 0.001
    [connect_time] => 0.01
    [pretransfer_time] => 0.149
    [size_upload] => 0
    [size_download] => 2142
    [speed_download] => 13387
    [speed_upload] => 0
    [download_content_length] => 0
    [upload_content_length] => 0
    [starttransfer_time] => 0.16
    [redirect_time] => 0
    )

  5. #5
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: ipn_main_handler.php not working properly?

    You may have to enable debug logging to figure out what steps *are* working vs not:
    http://www.zen-cart.com/forum/showthread.php?t=61199

    This seems to hang:
    http://www.totallywildaboutmusic.com...in_handler.php

    But this seems to at least process normally:
    http://www.totallywildaboutmusic.com...er.php?type=ec


    What addons/customizations have you installed/made to your site?
    .

    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.

  6. #6
    Join Date
    Oct 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: ipn_main_handler.php not working properly?

    Fresh install, no additional addons/customizations (yet)... this is "out of the box" so to say.

    I had the debug stuff turned on... I turned them off and things appear to be working (better) or should I say they aren't hanging? Could it be related to the SMTP settings perhaps?

  7. #7
    Join Date
    Oct 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: ipn_main_handler.php not working properly?

    Just turned off debugging on the PayPal IPN and the page you noted as "hanging" doesn't appear to be hanging any more...

    Strange - any thoughts on why it might be giving me issues?

    Any help is greatly appreciated!

    P.S. thanks for the ultra-fast response to my questions!

  8. #8
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: ipn_main_handler.php not working properly?

    Try doing debug to "log" only, not to email.
    .

    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.

  9. #9
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: ipn_main_handler.php not working properly?

    Why do you have both PayPal modules enabled?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  10. #10
    Join Date
    Oct 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: ipn_main_handler.php not working properly?

    probably because I don't know what I'm doing yet??

    Should you not use both or is one method better than the other? Sorry for the noob question!
    Last edited by JamMastrJ; 24 Oct 2007 at 08:33 PM.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h why does not $zco_notifier->notify(...) work for ipn_main_handler.php?
    By linjuming in forum General Questions
    Replies: 2
    Last Post: 9 Oct 2012, 02:00 AM
  2. v139h StockByAttributes Not Working Properly
    By lorddracoverash in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 28 Feb 2012, 05:16 PM
  3. Admin not working properly
    By nutmeg613 in forum General Questions
    Replies: 1
    Last Post: 6 Jul 2009, 02:46 AM
  4. Server shift - ipn_main_handler.php stopped working
    By robax in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 31 Oct 2008, 01:16 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