Nathalie Boulos said: > <b>Fatal error</b>: Maximum execution time of 30 seconds exceeded in > <b>/var/www/html/csv/filldb</b> on line <b>51</b><br /> > > Does anyone have any idea?
PHP defaults to 30 seconds, if a script takes longer then I believe it is terminated. You can change this by editing php's config, on my redhat 7.3 box this is /etc/php.ini the variable you want: max_execution_time = 30 ; Maximum execution time of each script, in seconds increase it to whatever you want, if you get it too high the webserver may time out as well(I think default for webserver timeouts is in the 10 minute range?) nate -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list