Hola foreros, estoy haciendo una galería de fotos en php y para ello uso PHPTHUMB, cuando pruebo y subo mi archivo en localhost funciona normal, pero cuando la aplicacion esta el hosting y al subir un archivo me sale el siguiente error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 13824 bytes) in /home/xxxxx/public_html/zonaadmin/library/PhpThumb/GdThumb.inc.php on line 111
dentro de GdThumb.inc.php en la linea 111 tengo:
109. ......
110. case 'JPG':
111. $this->oldImage = imagecreatefromjpeg($this->fileName);
112. break;
113.......
alguien me puede ayudar con esto.
Gracias