
Originally Posted by
kburner
I still do not have answers to why not all products load and..
Oh yeah.. I thought about one more thing.. I also had a similar problem.. Do you think it's timing out before it finishes the xml output 100%.. . If you turn debug on, in the pop-up window you should get a "List completed" at the very bottom. If not then your list doesn't have enough time to finish...
You might want to try adding this line of code to \store\googlefroogle.php
PHP Code:
<?php
set_time_limit(600);
* googlefroogle.php
As you can see, on the middle line I added a new line that sets the time limit of this page to six minutes... depending on your CPU server speed you may need to make it longer.
Play with this and see if you get different results.
Bookmarks