Allocation error trying to add images
Posted: 15 Dec 2012, 15:30
Hello,
I am receiving this all of a sudden:
Any ideas?
I am receiving this all of a sudden:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 10368 bytes) in /administrator/components/com_phocagallery/libraries/phocagallery/image/imagemagic.php on line 214
Code: Select all
208: switch($type) {
209: case IMAGETYPE_JPEG:
210: if (!function_exists('ImageCreateFromJPEG')) {
211: $errorMsg = 'ErrorNoJPGFunction';
212: return false;
213: }
214: $image1 = ImageCreateFromJPEG($fileIn);
215: break;