melose Posted March 20, 2013 Share Posted March 20, 2013 Hola, estoy intentando regenerar las miniaturas de los productos para poder configurar un módulo y me sale continuamente el siguiente error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Cuando lo hice con las categorías no pasó nada pero con los productos no hay manera. ¿hay forma de solucionarlo? Link to comment Share on other sites More sharing options...
Aimée H. Posted March 20, 2013 Share Posted March 20, 2013 Hola, lo siento por mi mal español si usted no tiene acceso a su php.ini pregunte a su anfitrión para aumentar el valor de la orden "max_execution_time" (establecido en 30 segundos por defecto) Esto debería permitir que su servidor tenga el tiempo para regenerar las miniaturas. cordialmente AH Link to comment Share on other sites More sharing options...
rperales Posted March 21, 2013 Share Posted March 21, 2013 Puedes probar añadiendo esta linea de código en tu archivo /config/config.inc.php ini_set('memory_limit','128M'); Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted March 21, 2013 Share Posted March 21, 2013 (edited) Puedes probar añadiendo esta linea de código en tu archivo /config/config.inc.php ini_set('memory_limit','128M'); ini_set('max_execution_time','300'); Edited March 21, 2013 by Rubalcaba (see edit history) Link to comment Share on other sites More sharing options...
melose Posted March 21, 2013 Author Share Posted March 21, 2013 Gracias, voy a probarlo ¿Dónde está ini_set? Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted March 21, 2013 Share Posted March 21, 2013 (edited) Gracias, voy a probarlo ¿Dónde está ini_set? Agrega la linea que te he comentado en el fichero: /config/config.inc.php Aunque si tienes un hosting compartido no funcionara. Lo que puedes hacer si no te funciona, es regenerarlas poco a poco. Primero la de los productos, despues la de las categorias ect.. Edited March 21, 2013 by Rubalcaba (see edit history) Link to comment Share on other sites More sharing options...
Rubén Posted April 20, 2013 Share Posted April 20, 2013 No me funciona, he probado con diversos valores pero me da error 505 Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted April 21, 2013 Share Posted April 21, 2013 No me funciona, he probado con diversos valores pero me da error 505 No las regeneres todas, regenera solo las del tipo que quieras regenerar. Link to comment Share on other sites More sharing options...
Rubén Posted April 21, 2013 Share Posted April 21, 2013 No las regeneres todas, regenera solo las del tipo que quieras regenerar. Cambié de hosting y ya está solucionado. Link to comment Share on other sites More sharing options...
Recommended Posts