Quote Originally Posted by cOOter View Post
Ore you could just add "set_timeout_limit(0)" at the top of the script googlefroogle.php

It worked for us. We have over 14,000 products active on our site. It takes the script along time to run (5 mins or so) but it is working great! Thanks for a great contribution!
the correct script is set_time_limit(0) ? I got error message if added set_timeout_limit(0)

But I still got the timeout error after added "set_time_limit(0)" at top of the script in googlefroogle.php

Anyone know how to fix it?