Maximum execution time of 30 seconds exceeded in – PHP – error – solución
El error ocurre cuando algun script se ejecuta con mayor tiempo del establecido. Solución 1: php.ini max_execution_time=300 Solución 2: .htaccess: php_value max_execution_time 300 Solucion 3: En el mismo archivo php. set_time_limit(300);