Jump to content

Blank page at checkout


Eric Seiler

Recommended Posts

I seem to be having a somewhat common problem, but haven't yet found a solution.

 

Whenever I try to purchase anything, I come up with a blank page trying to use Paypal as the gateway (billing/cart.php?a=checkout). Here is the odd thing though, if I refresh this blank page, I will be redirected to Paypal with all of the correct information!

 

My php memory limit is 64MB, so that shouldn't be the problem, and I tried changing the javascript in forwardscript.tpl to '1' as opposed to the default of '0', but that didn't change anything (not that I really expected that to work). There are no duplicates of the Paypal module.

 

Any ideas on where this might be failing?

Link to comment
Share on other sites

Just a small update...I tried changing the theme to portal, instead of my custom theme, and I am experiencing the same problem. Setting '$display_errors = true; ' in the configuration.php doesn't do anything, and setting "RLimitMem max" didn't do anything.

 

Even throwing some junk JavaScript into the forwardscript.tpl so that I could have SOMETHING come up in Firebug resulted in nothing.

Link to comment
Share on other sites

As it turns out, output buffering was turned off in the server's php.ini. Copying this file to my 'public_html' folder and setting the output_buffering directive from 'off' to '4096' fixed the issue. That makes sense, given this was a redirection issue. I feel silly for not catching it sooner.:roll:

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
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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated