- Desde
- 23 Jun 2013
- Mensajes
- 476
Hola, compañeros, tengo problemas para ejecutar un script en php en una de mis webs, al parecer (no sé mucho). el tiempo de ejecución está limitado. Me aparece el siguiente mensaje:
Request Timeout
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.
He intentado usar los comandos ini_set(‘max_execution_time’, ); y set_time_limit(0); pero aún así el máximo tiempo que se ejecuta el script es 2 minutos. ¿Hay alguna forma de arreglar ésto?
Request Timeout
This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.
He intentado usar los comandos ini_set(‘max_execution_time’, ); y set_time_limit(0); pero aún así el máximo tiempo que se ejecuta el script es 2 minutos. ¿Hay alguna forma de arreglar ésto?