Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 34
  1. #11
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

    Default Re: No orders showing using Nochex

    First a general hint.

    In your nochex Control panel, under 'Payment Page Setup'

    You must not set anything for
    Cancel URL
    Call back URL
    Success URL

    Zen Cart sets these itself.

    As for

    Quote:
    Status: Failed
    Retry attempts: 0
    Auth date:
    Notify url: https://195.62.28.238//nochex_apc_handler.php
    I do notice that you have a double slash in your URL (in fact its the same on your main site) and while this should not cause a problem, better to fix it. I am guessing you have something mis-configured in configure.php

    I also note that I get an invalid SSL certificate when trying to connect to your site using HTTPS. Again I am not sure if this would cause a problem with the apc callback, but its worth considering.

    You might want to try a test transaction with SSL disabled, just to rule that out.

  2. #12
    Join Date
    Mar 2007
    Posts
    74
    Plugin Contributions
    0

    Default Re: No orders showing using Nochex

    Thanks for getting back to me.

    I had tried setting urls in the Nochex control panel to see if that made a difference but have removed these - no difference.

    I have amended configure.php and sorted out the double slash issue - processed another order, but no difference.

    I also tried another with the SSL disabled. As before the transactions are processed by nochex and returned to checkout_success but there is no order reference, and no details in Zencart admin.

    I also tried the CURL test suggested in the Paypal troubleshooting guide and this seemed fine. The IPN check did throw up an error but isn't this because it is for Paypal not Nochex?

    IPN check
    IPNCHECK.PHP - Version 1.0
    IPN TESTING - POSTING to PayPal via: ssl://www.paypal.com:443

    Warning: fsockopen() [function.fsockopen]: no SSL support in this build in /home/liquidat/public_html/ipncheck.php on line 81
    Warning: fsockopen() [function.fsockopen]: unable to connect to www.paypal.com:443 in /home/liquidat/public_html/ipncheck.php on line 81
    IPN FATAL ERROR :: Could not establish fsockopen.
    Host Details = ssl://www.paypal.com:443 (13) Permission denied
    Trying again without SSL ...
    IPN TESTING - Confirmation/Validation response: RESPONSE RECEIVED - Communications OKAY
    I enabled debugging logs in the Nochex APC module but when I go to /public_html/includes/modules/payment/nochex_apc/logs
    there is only index.html in there. Is this because it will only log live transactions and I have switched back to test mode?

    Do you have any other suggestions I could try? I appreciate your help and am keen to learn how to do this.

  3. #13
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

    Default Re: No orders showing using Nochex

    Make sure the log directory is writeable.

    Also, have you enabled debug emails.

  4. #14
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

    Default Re: No orders showing using Nochex

    And yes, you should get debug log/emails even for test transactions.

  5. #15
    Join Date
    Mar 2007
    Posts
    74
    Plugin Contributions
    0

    Default Re: No orders showing using Nochex

    Right getting there - I have changed permissions on directory - should have spotted that . I have set the debug to email too. I have processed another order and the log shows:

    Fri Mar 2009 21:10 -- APC Session Query: SELECT *
    FROM zen_nochex_sessions
    WHERE session_id = '6e0662a1ea8d06bbea6957f4fdb9e123'

    $session_stuff = Array
    (
    [0] => zenid
    [1] => 6e0662a1ea8d06bbea6957f4fdb9e123
    )

    Fri Mar 2009 21:10 -- APC FATAL ERROR::Could not establish fsockopen. Host Details = ssl://www.nochex.com:443
    I have run a search on the above error and see it may be a problem with the hosting server. Therefore I am contacting them and will report back. Please keep the suggestions/help coming! Finally feel I am making progress.

  6. #16
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: No orders showing using Nochex

    Try using the updated ipncheck139 tool from here: http://www.zen-cart.com/forum/showthread.php?t=65680

    To use it to test communications TO nochex, add the ?nochex=1 parameter to the URL in your browser: ipncheck.php?nochex=1

    While I don't think it'll reveal any info you don't already have, it might help to rule out outbound communication problems.
    .

    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.

  7. #17
    Join Date
    Mar 2007
    Posts
    74
    Plugin Contributions
    0

    Default Re: No orders showing using Nochex

    Hello

    Thanks for the link. I ran the IPN check for Nochex as follows

    http://195.62.28.238/extras/ipncheck.php?nochex=1

    and this was the result:

    IPNCHECK.PHP - Version 1.0

    IPN TESTING - POSTING to PayPal via: ssl://www.paypal.com:443


    Warning: fsockopen() [function.fsockopen]: no SSL support in this build in /home/liquidat/public_html/extras/ipncheck.php on line 81

    Warning: fsockopen() [function.fsockopen]: unable to connect to www.paypal.com:443 in /home/liquidat/public_html/extras/ipncheck.php on line 81
    IPN FATAL ERROR :: Could not establish fsockopen.
    Host Details = ssl://www.paypal.com:443 (13) Permission denied

    Trying again without SSL ...

    IPN TESTING - Confirmation/Validation response: RESPONSE RECEIVED - Communications OKAY


    Script finished.
    Am I right in thinking this is likely to be an issue with the hosting server?

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

    Default Re: No orders showing using Nochex

    Note that the results you posted say "Version 1.0", which means you used the old ipncheck.php, not the new one I mentioned.
    .

    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. #19
    Join Date
    Mar 2007
    Posts
    74
    Plugin Contributions
    0

    Default Re: No orders showing using Nochex

    Hello

    Sorry - I was loading the ipncheck.php to the root folder of public-html and not extras. The extras folder already contained a previous version of the ipncheck.php.

    I have sorted that out now and run it again and the error is:

    IPNCHECK.PHP - Version 1.3.9
    Fatal error: Call to undefined function: curl_setopt_array() in /home/liquidat/public_html/extras/ipncheck.php on line 198

  10. #20
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: No orders showing using Nochex

    That's odd. I've updated the ipncheck139.zip file to hopefully work around that issue. Please get the updated file and try it again.
    .

    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.

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. nochex orders not showing in admin
    By qwerty94 in forum Built-in Shipping and Payment Modules
    Replies: 84
    Last Post: 15 Jun 2010, 04:12 PM
  2. NoChex Orders not showing up
    By ci-rory in forum Addon Payment Modules
    Replies: 0
    Last Post: 25 May 2010, 05:00 PM
  3. NoChex Orders not showing?
    By Udg2010 in forum Addon Payment Modules
    Replies: 3
    Last Post: 17 May 2010, 12:39 AM
  4. nochex orders are not coming showing up
    By jonni in forum Addon Payment Modules
    Replies: 1
    Last Post: 26 Jan 2010, 11:28 PM
  5. Nochex Orders Not Showing up in Admin or Database
    By JOKESBYPOST in forum Addon Payment Modules
    Replies: 26
    Last Post: 22 Jul 2009, 06:56 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