nexty Posted October 21, 2009 Share Posted October 21, 2009 Hi there, I'm trying to setup paypal,moneybooker but when I click to check out I'm stuck into a blank page? anyone can help me? thanks 0 Quote Link to comment Share on other sites More sharing options...
0 cyfered6 Posted October 22, 2009 Share Posted October 22, 2009 Hi, Can you describe what you do before ? Settings... 0 Quote Link to comment Share on other sites More sharing options...
0 WHMCS Support Manager WHMCS John Posted October 22, 2009 WHMCS Support Manager Share Posted October 22, 2009 Please add the following line to your WHMCS configuration.php file and then try the process again. You should then get an error output to the screen and can use that to resolve the problem. $display_errors = true; 0 Quote Link to comment Share on other sites More sharing options...
0 nexty Posted October 23, 2009 Author Share Posted October 23, 2009 I will do that, and I will tell you the problem thanks action before: just setup my paypal account without API key.. same problem with moneybooker 0 Quote Link to comment Share on other sites More sharing options...
0 vetsols Posted November 1, 2009 Share Posted November 1, 2009 I am running into pretty much the same issue here. I did setup redirect, my API info from PayPal is entered, etc. Here is the error: Fatal error: Out of memory (allocated 7864320) (tried to allocate 4980736 bytes) in /home/xxxx/public_html/host2/includes/tcpdf_unicode.php on line 16485 0 Quote Link to comment Share on other sites More sharing options...
0 DDT Posted November 1, 2009 Share Posted November 1, 2009 Do you have website payments pro with PayPal? Website payments pro is required I believe, if not ift really makes it easy-that could be the problem (check the docs they are smarter than me) If so just be sure you enter the API username, API password, and API signature correctly and it should hook right up. WHMCS by far the easiest I ever set up. 0 Quote Link to comment Share on other sites More sharing options...
0 lww Posted November 2, 2009 Share Posted November 2, 2009 Fatal error: Out of memory (allocated 7864320) (tried to allocate 4980736 bytes) in /home/xxxx/public_html/host2/includes/tcpdf_unicode.php on line 16485 Increase memory_limit in php.ini to at least 16M, more if needed. --Bill 0 Quote Link to comment Share on other sites More sharing options...
0 vetsols Posted November 2, 2009 Share Posted November 2, 2009 Increase memory_limit in php.ini to at least 16M, more if needed. --Bill memory_limit is at 150M by default on my server 0 Quote Link to comment Share on other sites More sharing options...
0 vetsols Posted November 2, 2009 Share Posted November 2, 2009 Do you have website payments pro with PayPal?Website payments pro is required I believe, if not ift really makes it easy-that could be the problem (check the docs they are smarter than me) If so just be sure you enter the API username, API password, and API signature correctly and it should hook right up. WHMCS by far the easiest I ever set up. YES, I do have Pro I verified API info 3 times. 0 Quote Link to comment Share on other sites More sharing options...
0 lww Posted November 2, 2009 Share Posted November 2, 2009 memory_limit is at 150M by default on my server Well, the error message indicates otherwise. What does this show? php -i|grep memory_limit 0 Quote Link to comment Share on other sites More sharing options...
0 vetsols Posted November 3, 2009 Share Posted November 3, 2009 Increased memory_limit to 200M. No change 0 Quote Link to comment Share on other sites More sharing options...
0 HerrZ Posted November 3, 2009 Share Posted November 3, 2009 allocated 7864320 => 7.5 megabyte 0 Quote Link to comment Share on other sites More sharing options...
0 sparky Posted February 21, 2010 Share Posted February 21, 2010 (edited) Sorry, I know this is an old thread but incase someone has the problem and needs the fix as I came across it a couple of days ago. When the error says "tried to allocate" it is refering to the apache memory limit. When it says "bytes exhausted" it means the memory_limit in php.ini The problem was that in WHM when Apache Configuration -> Memory Usage Restrictions was run it did not allocate enough memory. To fix the problem on just your site open your .htaccess file in your public_html directory and add this line RLimitMem max This will allow you the maximun memory available for your apache memory limit. Hope it helps someone. Edited February 21, 2010 by sparky 0 Quote Link to comment Share on other sites More sharing options...
0 Anderson Posted March 4, 2010 Share Posted March 4, 2010 That is a cool fix, we ran into that problem with several other apps and finally figured out it was the ini file as well. We did not use that command though. Thanks, Cheers, Andrew 0 Quote Link to comment Share on other sites More sharing options...
Question
nexty
Hi there,
I'm trying to setup paypal,moneybooker
but when I click to check out I'm stuck into a blank page?
anyone can help me?
thanks
Link to comment
Share on other sites
13 answers to this question
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.