Hello,

I am trying to implement PayFlow Pro with Zen Cart 1.3.7 on Solaris 10 running Apache 2.2.

I believe I have everything installed correctly, but when I go through the purchase process in Zen Cart and get to "Step 3 of 3 - Order Confirmation" and then click the "Confirm the Order" button, I get taken back to "Step 2 of 3 - Payment Information" and see the following:


Code:
Result code: 1:

Error There has been an error processing your credit card, please try again.


I then receive an e-mail with the following info:

Code:
valueA: sh: /storage/www/wwwsec/bookstore/shop/includes/modules/payment/bin/pfpro: cannot execute
valueB: 
RetVal: 1

0 => sh: /storage/www/wwwsec/bookstore/shop/includes/modules/payment/bin/pfpro: cannot execute


PROCESSING_INFO:
-----------------------
TRXTYPE=A
&TENDER=C




&VERBOSITY=MEDIUM
&ACCT=4111XXXXXXXX1111
&EXPDATE=0110
&CVV2=100
&AMT=43.94
&CURRENCY=USD
&COMMENT1[6]=( 2 ) 
&COMMENT2[80]=Flat Rate (Best Way)5.00  ZenSessName:zenid ZenSessID:o89gh6gnvrd2tb5fcmtll3mp07
&INVNUM=Cust:1 Order:1
&CUSTREF=Order:1_Cust:1_Time:0.66712500 1217443867
&NAME[7]=A. USER
&LASTNAME=User
&STREET=370 Lancaster Ave.
&CITY=Haverford
&STATE=PA
&ZIP=19041
&COUNTRY=United States
&SHIPTOFIRSTNAME=A.
&SHIPTOLASTNAME=User
&SHIPTOSTREET=370 Lancaster Ave. 
&SHIPTOCITY=Haverford
&SHIPTOSTATE=PA
&SHIPTOZIP=19041
&SHIPTOCOUNTRY=United States -- PHP/COM Test Transaction --


After looking at some posts here (hello, Dr. Byte!), I've tried to run 'pfpro' from the command line, but when I do, I get "Invalid Argument". Is there some argument I need to supply?

ANY help would be appreciated.



Doug