Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fatal Error:


bjbtexas

Recommended Posts

Posted

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

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...