Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/09/2011, 12:34
daniko_013
 
Fecha de Ingreso: abril-2010
Ubicación: Lima-Peru
Mensajes: 94
Antigüedad: 14 años, 10 meses
Puntos: 2
Pregunta error con phpthumb en hosting

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