Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fix to my Payflow Pro Problem


Guest

Recommended Posts

After spending about 2.5 weeks trying to get a cart up and running with the Payflow Pro contribution (the fix version that will work if you don't have Payflow compiled into your PHP install) I finally got it working, and so I thought I would share what got it working for me.

 

The contribution installed fine, but everytime I tried to check out, I got the infamous red Error banner. I tried everything that I could think of and still got nowhere. It ends up that the problem was that my server was running in safe mode. This makes it so that your php scripts do not have the ability to execute files using commands like exec, which the contribution requires in order to run correctly.

 

The solution for my server was to just have the hosting company turn off safe mode after which everything worked fine. If this isn't an option on your server, I know there is a way to setup a single directory that you can execute files in while still running safe mode, but I don't know the details.

 

One final note, if you are on a secure server I think that the verisign certificate either has to life outside of the web root, or inside it but in the secure part of your server (I'm not 100% sure here though.)

 

Hope this helps someone.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...