• I am trying to use the Re-tag function (withOut checking the tickbox to RE-do all posts).

    I thus suppose it should be adding tags to posts without tags.

    Yet even when I set the number of tags to 1 single tag, on a wordpress of 10,000 posts, this is crashing my server every time I try it.

    the plugin must do the job by small batches with some sleep time in between.

Viewing 1 replies (of 1 total)
  • Plugin Author strictly-software

    (@strictly-software)

    You might want to check that the servers timeout is set accordingly as the plugin sets the timeout to give it enough time but if the server config overrides it then I cannot do much but rewrite it as you say to do lots of little batches within that timescale which could be different per user.

    However this is the first I have heard of someone trying to only tag 10k posts and get a server error. I am presuming it is a timeout error but if you are using PHP 7 it might be the regex error in the thread, or something else completely.

    You haven’t specified the error so I cannot tell.

    Can you run it and get the error from your PHP/Apache error log and post it so we can see if it was to do with Apache or PHP settings?

    The debug info required for help is in the Read me file, my blog and the FB page > https://blog.strictly-software.com/2014/04/how-to-send-developer-useful.html

    It should be used by anyone reporting a bug really

Viewing 1 replies (of 1 total)
  • The topic ‘Even with 1 tag per post, it is crashing my server’ is closed to new replies.