We are running a site with Joomla and Mosets Tree. We have over 2000 directory listings right now and I'm only getting 799 urls in the sitemap. I have trolled the forum looking for answers and most of the answers end with pm me. I have tried a couple things already, like adding ini_set() to add more execution time. Our memory is already set to a more than adequate number. I tried adding a second between urls.
It is still executing and here is a sample of what it is showing:
Links depth: 3
Current page: index.php?option=com_mtree&task=viewlink&link_id=866&Itemid=2
Pages added to sitemap: 799
Pages scanned: 1340 (42,432.8 KB)
Pages left: 1695 (+ 2849 queued for the next depth level)
Time passed: 0:37:29
Time left: 0:47:24
Memory usage: 4,700.7 Kb
The part of the url above in the code (link_id=866) is different for every page and we need all the pages to show in the sitemap. Do you have any suggestions? I have run this about 8 times since yesterday trying to get it to work correctly. I will be happy to pm you our info if you can help.
One other issue I came across - with Mosets tree, I had it set to view only 20 items per page and found that the sitemap didn't seem to get to other pages (there is a 'next' button on the bottom for the next 20 results in the site.)