Fatal error: Allowed memory size exhausted #70
-
Hello, Thank's for this wonderful tool that's going to be so useful for my app ! When I generate an invoice, I got this error :
I could fix this by using Do you have a better solution than this ? Thank's in advance Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So the problem was that my logo was to big (over 500ko, 11863 × 4045 px). I resize it to 700x250px, so now it's 52Ko and it works ! It's fast and I do not need |
Beta Was this translation helpful? Give feedback.
So the problem was that my logo was to big (over 500ko, 11863 × 4045 px). I resize it to 700x250px, so now it's 52Ko and it works !
It's fast and I do not need
ini_set('memory_limit', '-1');
anymore !