Josete1607 Posted April 22, 2016 Share Posted April 22, 2016 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 More sharing options...
Enrique Gómez Posted April 22, 2016 Share Posted April 22, 2016 Se trata de la memoria RAM, 65 MB es muy poco... mira si se puede aumentar al doble como mínimo Saludos Link to comment Share on other sites More sharing options...
Josete1607 Posted April 22, 2016 Author Share Posted April 22, 2016 Se trata de la memoria RAM, 65 MB es muy poco... mira si se puede aumentar al doble como mínimo Saludos como puedo configurar eso? Link to comment Share on other sites More sharing options...
tuk66 Posted April 22, 2016 Share Posted April 22, 2016 memory_limit variable de configuración en el archivo php.ini. memory_limit configuration variable in the php.ini file. Link to comment Share on other sites More sharing options...
Josete1607 Posted April 22, 2016 Author Share Posted April 22, 2016 (edited) 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 April 25, 2016 by Josete1607 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts