23.07.2011, 11:06
You may have stack overflow in your script due to resursion(s).
Check which part of your script uses recursion and fix it.
It could be caused by faulty script causing a function calling itself at some circumstances.
Check which part of your script uses recursion and fix it.
It could be caused by faulty script causing a function calling itself at some circumstances.