Jump to content

Fatal error: Out of memory Ayuda!


Recommended Posts

Llevo trabajando bien desde esta mañana pero desde hace 10 minutos estoy teniendo el error 

 

Fatal error: Out of memory (allocated 65798144) (tried to allocate 2486 bytes) in /homepages/6/d372612810/htdocs/clickandbuilds/PrestaShop/MyE-Commerce2/classes/ImageManager.php on line 485

 

He ido a mi instalacion en 1 and 1 a la ruta y esto es lo que he eencontrado 

 

 public static function create($type, $filename)

    {
        switch ($type) {
            case IMAGETYPE_GIF :
                return imagecreatefromgif($filename);
            break;
 
            case IMAGETYPE_PNG :
                return imagecreatefrompng($filename);
            break;
 
            case IMAGETYPE_JPEG :
            default:
                return imagecreatefromjpeg($filename);
            break;
        }
    }
 
No tengo llímites de almacenamiento en mi contrato con 1 and 1 por lo que no se a que se refiere con "out of memory"
Ayuda por favor
Link to comment
Share on other sites

memory_limit variable de configuración en el archivo php.ini.

 

memory_limit configuration variable in the php.ini file.

He modificado esta variable pero siguia sin funcionarme la he dejado a 128mb deberia subirlo más?

Saludos Gracias

 

 

Estamos haablando del archivo php.ini de la raiz del directivo prestashop?

Edited by Josete1607 (see edit history)
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...