Quote:
Originally Posted by Morrus
So I keep running into the same problem. Anyone got any ideas?
I have about 270K threads, and I've manually created about 70 tags. When I run "add tags to all threads" it always gets to about 17K and then I get a blank white page with nothing on it (the left hand admin CP nav menu is there, but the main pane is totally blank and white). Same thing happens every time I run it, so basically I end up with only a few threads from 2002 tagged.
|
I had the same issue, make sure that you run the autotagger in a separate page so you can see the URL at the top, it should look something like this:
Code:
http://www.YOURSITE.com/admincp/misc.php?do=autotaggerfromcontentandtitle_add_tags&startat=350&perpage=50
When you run it and you see where it's getting stuck you can rewrite the URL to start a couple pages past that number. So if you're getting stuck at 17002 your new url would be
http:// www. YOURSITE .com /admincp/misc.php?do=autotaggerfromcontentandtitle_add_tags &startat=
17004&perpage=50
it will pick up where it left off. I had over 350,000 threads so mine got stuck a few times. I also recommend reducing the number per page as well, as you can see from the example I used 50.
Hope this helps, I realize your request was back this past winter.