bjbtexas Posted December 8, 2006 Posted December 8, 2006 Fatal error: Maximum execution time of 30 seconds exceeded in /home/site/public_html/admin/googlefeeder.php on line 239 What is the best way to fix this error. I am trying to build a feed for 50,000+ items. Thanks, www.sigfas.com BJ Baker
bjbtexas Posted December 8, 2006 Author Posted December 8, 2006 Fatal error: Maximum execution time of 30 seconds exceeded in /home/site/public_html/admin/googlefeeder.php on line 239 What is the best way to fix this error. I am trying to build a feed for 50,000+ items. Thanks, www.sigfas.com BJ Baker Added: set_time_limit ( 60 ); $t1=time(); sleep(50); $t2=time(); $t_lapsed=$t2-$t1; echo "Total time lapsed = $t_lapsed"; at line 16 found it here: http://www.plus2net.com/php_tutorial/max-ex.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.