deam0n Posted November 26, 2014 Share Posted November 26, 2014 I've got this error when I add the latest Paypal Europe module. The module redirects me to "/modules/paypal/express_checkout/payment.php" and this is the error I've got. I set my memory_limit to 256 MB but there is no change. Maybe this is duplicated issue but I didn't understand how they solved it. Sorry for my bad english.Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /public_html/test/tools/swift/Swift/Message/Headers.php on line 449 Link to comment Share on other sites More sharing options...
bellini13 Posted November 26, 2014 Share Posted November 26, 2014 the error says you exceed the allowed size of 33554432, which I believe is 32mb. Are you sure your memory limit is 256mb and that it has taken effect? Link to comment Share on other sites More sharing options...
deam0n Posted November 27, 2014 Author Share Posted November 27, 2014 Yes in my php.ini I made memory_limit 256 MB. On the other hand, on cPanel there is module with PHP options where I set memory_limit to 256 MB too. Link to comment Share on other sites More sharing options...
deam0n Posted November 27, 2014 Author Share Posted November 27, 2014 I've solved it. I just put that line to config.inc.php file. ini_set('memory_limit','256M'); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now