[Proto-Scripty] Re: Prototype Ajax with Perl script gets random internal server error

2009-05-07 Thread T.J. Crowder
Hi, I can really exclude an error in the server-side code. Your code, perhaps, but not the entire server side of the interaction. 500 Internal Server Error is a _server-side_ error. That's not happening in Prototype, or in the browser at all. Something on the client-side may (or may not) be

[Proto-Scripty] Re: Prototype Ajax with Perl script gets random internal server error

2009-05-06 Thread Diodeus
All I can suggest is performing some error-trapping in your server- side code to see where it's crapping-out. On May 5, 2:55 pm, Nobody stefan.e...@googlemail.com wrote: Hi guys, i got a problem with prototype in connection with a perl script. I'm performing AJAX-requests with Ajax.Request

[Proto-Scripty] Re: Prototype Ajax with Perl script gets random internal server error

2009-05-06 Thread Nobody
Hi Diodeus, as i wrote, i ran the code several times without errors, but other times it crashed. I can really exclude an error in the server-side code. I replaced my code with a simple Perl one line script print '123test'; and even with this simple code it sometimes worked, sometimes didn't...