Quote Originally Posted by numinix View Post
There is no error within the products themselves, but your feed file doesn't appear to be complete. Perhaps it is timing out before including all of the products. Add the following manually to the end of the file each time, or find out what is causing the script to not complete.

PHP Code:
</OfferCollection>
</
DataFeed
Also, check that all of your products are included (your newest additions would be at the end of the file). You can also use MAX PRODUCTS to limit the number of products included in the feed.
Thanks for the fastest reponse!

I've set the max product to 300 and it took 301 seconds to complete with DataFeed bracket at the end successfully.

But my question now is, where can I go and change this execution time limit higher? My php.ini's max_execution_time is set to 180 (but how would this particular script pass 180 and take 301 seconds?)

Thanks,

SK.