02.08.2014, 16:15
Could be in a plugin also, which I forgot to mention.
An infinite loop is a loop which has no condition to end the loop, which means it will go on forever.
Have a look at your loops ("for" or "foreach") and see what you find, comment out some code and keep doing it until you find something.
I had a similar hanging problem and it was due to fixes2 (I'm not saying there's anything wrong with fixes2 but when I didn't use it, there was no hanging).
Try reverting to a previous version (of your script).
An infinite loop is a loop which has no condition to end the loop, which means it will go on forever.
Have a look at your loops ("for" or "foreach") and see what you find, comment out some code and keep doing it until you find something.
I had a similar hanging problem and it was due to fixes2 (I'm not saying there's anything wrong with fixes2 but when I didn't use it, there was no hanging).
Try reverting to a previous version (of your script).