|
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 9360 bytes) in /home/fhlinux199/z/z3mcoupe.com/user/htdocs/photopost/image-inc.php on line 81
Your PHP memory is being consumed that is what the error is saying. You can try installing Imagemagick and using that or if its already installed set the path to it so you can use it to process images. GD is known to consume PHP memory since it is part of PHP. This would not be an issue using imagemagick
|