Eric Seiler Posted May 20, 2011 Share Posted May 20, 2011 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? 0 Quote Link to comment Share on other sites More sharing options...
Eric Seiler Posted May 20, 2011 Author Share Posted May 20, 2011 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. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS WayneX Posted May 20, 2011 Share Posted May 20, 2011 Hi I have responded to your ticket to troubleshoot this issue. 0 Quote Link to comment Share on other sites More sharing options...
Eric Seiler Posted May 21, 2011 Author Share Posted May 21, 2011 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. 0 Quote Link to comment Share on other sites More sharing options...
honesting Posted May 22, 2011 Share Posted May 22, 2011 wow Eric! I love you! I'm looking to fix that error more than one week!! I tried all and support was not usefull for that, do you find it by your own? Thank you very much! 0 Quote Link to comment Share on other sites More sharing options...
Eric Seiler Posted May 23, 2011 Author Share Posted May 23, 2011 I'm glad my discovery helped you out! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.