Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/05/2014, 09:02
Avatar de Italico76
Italico76
 
Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años, 1 mes
Puntos: 292
Respuesta: Problema en php ini (max_execution_time)

Como te dicen... prueba agregar en el script al comienzo:

Código PHP:
Ver original
  1. <?php
  2.  
  3. ini_set('max_execution_time',300);

Sino te va a tocar... ir pasandole de pedazos de SQL (unos cuantos registros por vez)
__________________
Salu2!