Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2007
    Posts
    50
    Plugin Contributions
    0

    Default PayFlowPro version 1.3c Help

    I am using using the Payflow Pro Module Version: 1.3c with Zen Cart 1.3.7 when confirming the final check out it is giving me the below errors, which I have seen in another post is happening to other people. Has any one figured out how to fix this problem????

    Warning: strstr() [function.strstr]: Empty delimiter. in /var/wwws/store/includes/modules/payment/payflowpro.php on line 337

    Warning: strstr() [function.strstr]: Empty delimiter. in /var/wwws/store/includes/modules/payment/payflowpro.php on line 337

    Warning: strstr() [function.strstr]: Empty delimiter. in /var/wwws/store/includes/modules/payment/payflowpro.php on line 337

    Warning: strstr() [function.strstr]: Empty delimiter. in /var/wwws/store/includes/modules/payment/payflowpro.php on line 337

    Warning: strstr() [function.strstr]: Empty delimiter. in /var/wwws/store/includes/modules/payment/payflowpro.php on line 337

    Warning: strstr() [function.strstr]: Empty delimiter. in /var/wwws/store/includes/modules/payment/payflowpro.php on line 337

    Warning: strstr() [function.strstr]: Empty delimiter. in /var/wwws/store/includes/modules/payment/payflowpro.php on line 337

    Warning: strstr() [function.strstr]: Empty delimiter. in /var/wwws/store/includes/modules/payment/payflowpro.php on line 337

    Warning: strstr() [function.strstr]: Empty delimiter. in /var/wwws/store/includes/modules/payment/payflowpro.php on line 337

    Warning: Cannot modify header information - headers already sent by (output started at /var/wwws/store/includes/modules/payment/payflowpro.php:337) in /var/wwws/store/includes/functions/functions_general.php on line 44

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: PayFlowPro version 1.3c Help

    open this folder
    /includes/modules/payment/payflowpro.php
    in a GOOD text editor,

    scroll to the bottom,
    put cursor behind the closing ?> hit delete 5 or 6 times,

    save and re-upload
    Zen cart PCI compliant Hosting

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

    Default Re: PayFlowPro version 1.3c Help

    While Merlin's suggestion is often appropriate, in this case the "headers already sent" message is a result of the other errors being shown, and not a white-space problem.


    Here's something you can try:
    /includes/modules/payment/payflowpro.php
    line 337
    change from this:
    Code:
            if ($key == 'NAME' || $key == 'COMMENT1' || $key == 'COMMENT2' || strstr('&', $value) || strstr(' ', $value) || strstr('=', $value)) {
    to this:
    Code:
            if ($key == 'NAME' || $key == 'COMMENT1' || $key == 'COMMENT2' || strstr('&', $value.' ') || strstr(' ', $value.'z') || strstr('=', $value.' ')) {
    .

    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
    Jan 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: PayFlowPro version 1.3c Help

    DrByte, that worked...Thanks!!!

 

 

Similar Threads

  1. PayFlowPro Error (12)
    By hzrdc2 in forum Addon Payment Modules
    Replies: 2
    Last Post: 9 Mar 2010, 05:12 PM
  2. payflowpro module?
    By 3dnvideoguy in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 9 Feb 2007, 08:59 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