Zen Cart Logo
Forums / PayPal Express Checkout support / Memory Error trying to setup paypal

Memory Error trying to setup paypal

Locked

Views: 2,159

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
22 Apr 2008, 19:35
#1
rsharma avatar

rsharma

New Zenner

Join Date:
Apr 2008
Posts:
2
Plugin Contributions:
0

Memory Error trying to setup paypal

I've been trying to setup Zen Cart for a while i keep on running into this error while trying to setup:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 92160 bytes) in /var/www/web47/web/ZenCart/includes/modules/payment/paypalwpp.php on line 1698

This occurs when i go to the admin section -->Module--> payment

I've been trying to fix this issue, in my websearch most forums suggested ini_set("memory_limit","32M");

and...
ini_set("max_execution_time","3600");

This doesn't seem to make any difference at all.
Please help!

22 Apr 2008, 20:43
#2
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Memory Error trying to setup paypal

rsharma:

I've been trying to fix this issue, in my websearch most forums suggested ini_set("memory_limit","32M");

and...
ini_set("max_execution_time","3600");

This doesn't seem to make any difference at all.
Please help!

The above would be for use if you run your own Server.

If you have a Shared Hosting account you need, if you don't have already, a 'php.ini' file which is put in your DOCUMENT ROOT dir.

In it, add the following statement:

memory_limit = 16M

Try the above setting and keep doubling till the error msg. goes away.