Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2007
    Posts
    4
    Plugin Contributions
    0

    help question Payment module - cant find certificate file

    I have been using the "Zen-Cart Payment Module for PayPal Website Payments Pro V1.2" contri for about 8 months now with very little problems.

    Recently, (sometime after 2/19) my direct payment funtion stopped working - reporting: "There has been an error processing your credit card. Please try again. "

    I've verified that 'no log file' is generated for the transaction.

    At a loss, I looked thru the paypal_dp.php module and have pinpointed the function generating the error (called before_process())

    Here is the section of code that is detecting the failure.

    $caller =& Services_PayPal::getCallerServices($profile, $logLevel, MODULE_PAYMENT_PAYPAL_DP_LOG_DIR);
    if(Services_PayPal::isError($caller))
    {
    print $caller->getMessage();
    $messageStack->add_session('checkout_payment', MODULE_PAYMENT_PAYPAL_DP_TEXT_PROCESS_ERROR . '<!-- ['.$this->code.'] -->', 'error');
    zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT, 'error_message=' . urlencode(MODULE_PAYMENT_PAYPAL_DP_TEXT_PROCESS_ERROR), 'SSL', true, false));
    }

    I activated a commented debug line that shows the most recent mesage ( print $caller->getMessage(); ) and it reports that the module can't find the cert file (which is there and has access granted).

    Could not find certificate file '../etc/ppc/cert_live_pem.txt'

    I've made no changes to the site for a long while - this seems to be out of the blue.

    Has anyone experienced this problem before or have any suggestions on where to go from here? Much appreciated.

    Thanks in advance. Jim

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Payment module - cant find certificate file

    If you're using a 3rd-party addon, you may have to get support from the author for that module.

    Zen Cart has a built-in Website Payments Pro (Direct Payment) module as of v1.3.8. It doesn't use the certificate API security ... it uses the signature API security method instead, so you'll have to re-establish your API details.
    www.zen-cart.com/getpaypal
    .

    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.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 20 Jan 2012, 01:43 AM
  2. Very Simple Shipping Module But Cant Find Anywhere? Overlooking Something?>
    By Murgy91 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 4 Jan 2010, 06:56 AM
  3. cant get google to find the html file
    By rjgonzalez in forum General Questions
    Replies: 13
    Last Post: 25 Feb 2009, 02:32 AM
  4. Cant find the file again!
    By runoka in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 May 2008, 09:24 PM
  5. I cant find the module for.......
    By Promogator in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Feb 2008, 08:32 PM

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