PDA

View Full Version : Payflow Pro



RyanB
06-26-2006, 12:14 AM
Hello,

I'm trying to get Verisign's Payflow Pro working through my website hosted with bluehost. Has anyone successfully done this? I edited the php.ini file and added the "extension=libpfpro.so", but there must be more to it than that because it didn't work. (Yes, I did download the SDK and placed the libpfpro.so file in the same root directory that the php.ini file existed in).

Please help! This has been driving me crazy!

Thanks,
Ryan

JoeP
06-26-2006, 05:53 AM
could it be that a fixed ip is required for this service? I know that some types of web services require a fixed IP. I don't know anything about payflow so this may be way off the mark.

RyanB
06-26-2006, 07:02 AM
Joe, I don't believe that that is the case. I was poking around the logs and ran across this error message:

[26-Jun-2006 02:07:29] PHP Warning: PHP Startup: Unable to load dynamic library '/home/xxxxx/public_html/libpfpro.so' - /home/xxxxx/public_html/libpfpro.so: cannot open shared object file: No such file or directory in Unknown on line 0

[26-Jun-2006 02:07:29] PHP Fatal error: Call to undefined function: pfpro_init() in /home/xxxxx/public_html/pftest.php on line 4

So it looks to me like it's just not loading the library in the first place. The path, I believe, is correct. I set the permissions on the file to 777 so it should be able to find it. Is there some trick to loading extensions in the php.ini file maybe?