FWIW, status = 0 is mentioned on the "bulletproof ajax requests" page on the unofficial wiki:
http://proto-scripty.wikidot.com/prototype:how-to-bulletproof-ajax-requests The contributor who added it said that it happens when the server connection fails entirely (as opposed to a connection that works but returns a 5xx error), perhaps beacuse the server is overloaded. That suggests you should look at your Apache config and logs. -- T.J. Crowder Independent Software Consultant tj / crowder software / com www.crowdersoftware.com On Jul 1, 1:14 pm, Martín Marqués <[email protected]> wrote: > Extra info: Server is not down, and I get no error messages on the server > logs. > > El día 1 de julio de 2010 08:14, Martín Marqués > <[email protected]> escribió: > > > I have a problem with the return status from an Ajax request. Normally > > I check if transport.status == 200 but I found that sometimes I get > > status 0 (I also found people that have found status undefined). Is > > this status correct? Could there be a problem with the web server > > (apache2 in my case)? How do I deal with this? > > > -- > > Martín Marqués > > select 'martin.marques' || '@' || 'gmail.com' > > DBA, Programador, Administrador > > -- > Martín Marqués > select 'martin.marques' || '@' || 'gmail.com' > DBA, Programador, Administrador -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
