luis87 Posted December 5, 2012 Share Posted December 5, 2012 (edited) me esta sucediendo que al intentar acceder al panel de administracion para gestionar los productos me sale e siguiente error: Fatal error: Out of memory (allocated 58982400) (tried to allocate 14592 bytes) in prestashop/classes/ImageManager.php on line 362 si alguien pudiera ayudarme se lo agradeceria, saludos Edited December 6, 2012 by luis87 (see edit history) Link to comment Share on other sites More sharing options...
gdinari Posted December 7, 2012 Share Posted December 7, 2012 @luis87, this using means that you need to increase the "memory_limit" value of your php.ini on the server. The server is trying to process a script but is running out of the allowed memory to do so. The location of the php.ini file varies depending on your server. For example, on my localhost computer, using XAMPP, my php.ini is located in the "xamppfiles/etc/" directory. Asking the hosting admin may give you a better idea of where it is OR you can create a new php.ini file and just add the updated value for "memory_limit"... In new file: memory_limit = 300M Hope this helps Link to comment Share on other sites More sharing options...
Recommended Posts