Zen Cart Logo
Forums / Installing on a Windows Server / PaypalFlow Pro Issues

PaypalFlow Pro Issues

Locked

Views: 1,666

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
13 Jul 2007, 06:36
#1
kgooding avatar

kgooding

New Zenner

Join Date:
Feb 2006
Posts:
12
Plugin Contributions:
0

PaypalFlow Pro Issues

I wonder if anyone would be so kind as to help or clarify some problems I am facing.

I recently just transferred from unix to windows, and I am now in the process of setting up the paypal. DrByte kindly has put together a simple plug and play script which works wonderfully, however on windows I am having troubles.

The error I currently see is:

"NOTE: Module binaries not executable or lib path not found"

The files are there and I have set the user rights for the files and folders accordingly.

If someone could clarify the following:

By configuring my PHP build with pfpro, do I just stick pfpro.dll in the extensions folder and reference it in the php.ini, i.e 'extension = pfpro.dll'? - My phpinfo() doesnt show pfpro, though I am sure it is there, along with the COM component.

The pfprolb.so, is an apache file, correct?, do I need to replace the bin and lib folders witht he windows equivlent fromt he SDK? - I have tried this but no luck.

Any pointers would be great. As said I keep geeting the preceeding error, and when I do a complete authorization I get "result code: -1".

Much appreciated,

Kurt

13 Jul 2007, 23:01
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: PaypalFlow Pro Issues

The PayflowPro contribution download page has a few different versions ... a couple updates have tweaks for windows support. I haven't tested the windows support in them in order to vouch for their reliability. But you might try checking the various versions to see if things work better. The readme in the latest version contains a note that mentions the need to add your pfpro binaries to the windows PATH, so you might want to check that out also.

14 Jul 2007, 00:57
#3
kgooding avatar

kgooding

New Zenner

Join Date:
Feb 2006
Posts:
12
Plugin Contributions:
0

Re: PaypalFlow Pro Issues

DrByte:

The PayflowPro contribution download page has a few different versions ... a couple updates have tweaks for windows support. I haven't tested the windows support in them in order to vouch for their reliability. But you might try checking the various versions to see if things work better. The readme in the latest version contains a note that mentions the need to add your pfpro binaries to the windows PATH, so you might want to check that out also.

Wonderful, thank you yet again DrByte! I found the c4 revision that ghas been modified for a windows enviroment. I now have a bigger understanding. I will let you know how I get on.

!Thanky ou!

14 Jul 2007, 01:34
#4
kgooding avatar

kgooding

New Zenner

Join Date:
Feb 2006
Posts:
12
Plugin Contributions:
0

Re: PaypalFlow Pro Issues

K Cool. No more bin or lib errors. Just the "Result Coide: -1" After a test purchase.

14 Jul 2007, 07:20
#5
kgooding avatar

kgooding

New Zenner

Join Date:
Feb 2006
Posts:
12
Plugin Contributions:
0

Re: PaypalFlow Pro Issues

Well don't ask why but I was reluctant to dive into the osurce for some reason. Plainly because of the fact I thought it wasn't working because of 101 problems.

HJowever in the source DyByte had some nice debug modes added - nice touch BTW. Thankfully this narrowed it down to the fact the script thought I was running LINUX, instead of finding out why I just took out the IF statements so the COM component would execute.

Lovely jubley all fixed :)

DrByte.. Thank you for your excellent contribuitons and extensible scripts.