Search the Community
Showing results for tags 'paypal allowed memory size'.
-
Hi All, We recently experiencing issues in payment processing using PayPal Europe module. Here is the error Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 523800 bytes) in /var/sites/p/domain.com/public_html/tools/tcpdf/tcpdf.php on line 8645 Our php.ini is currently set to 256M memory limit and our website was working find until last week. I've tried setting the php.ini to 512 and 1024 but seems our server default is only up to 512. The error will display after the customer successfully logged in to their paypal account. Below is the code in tcpdf.php on line 8645 which I think is related to images and I don't have any idea why it's causing the error. // embed mask image $imgmask = $this->Image($tempfile_alpha, $x, $y, $w, $h, 'PNG', '', '', $resize, $dpi, '', true, false); Before the error happened, our last modification to the website was uploading products. So we deleted couple of products as it reached beyond 3k and now it's below 3k but still having the same error message. By the way, paying card works fine. Anyone who has experience the same error or know some fixes that might help? It's been almost 2 weeks now and we haven't found the right solution. Thanks! Using Prestashop 1.5.2
- 8 replies
-
- paypal allowed memory size
- paypal fatal error
- (and 3 more)