|
PHP "Service Unavailable" caused by code error?
I am totally puzzled by this. I have a script that was working fine for months, now it's giving me an error "Service Temporarily Unavailable" half the time. It's a simple script, where you pass it some text and a few options and it prints it to a graphic and saves it as a gif. Now it's being picky about what text it will print, giving that error when it refuses. I can't correlate any particular change in text to when it errs. And I don't understand why my error handling doesn't work and it gives me the generic Sevice Unavailble error instead of giving a code error.
I've tried several different text strings, just random things, and made a list to try to identify what it's not liking, but like i said, i see no pattern.
For example this works just fine:
mystatus2.php?username=gnznroses&password=PASSWORD &text=*BFreeGadgets4Me%20%20:%20%20*GReceived%2 0$2 25*B||FreeComputerAddons%20%20:%20%20*GReceived%20 DVD%20Burner&font=crystal_clear&background=white
yet this doesn't:
mystatus2.php?username=gnznroses&password=PASSWORD &text=*BFreeGadge%20%20%20%20%20%20teive225*B||Fre eComp%20%20%20%20utner*B||Tr%20%20oon*B||Free%20%2 0%20%20%20%20Pae*B||&font=crystal_clear&background =white
Last edited by gnznroses : 03-06-2006 at 10:26 PM.
|