Anyway I can turn off the 500 error? I have a recursive function that is being set to be called a few hundred times if possible, but before that can happen and proceed with the rest of the code it calls a 500 error. (For those interested its a dynamic XML to MySQL script that is set to go how ever many levels deep it needs to.)
Anyway I can force the script to run and not get the 500 error?