Chatbox [3.7]

I'm getting this error message from time to time:

"AJAX error, please try again (HTTP status:0/Communication failure)"

Does anyone had the same problem and knows how to solve it?

(I know it's been discussed here but I can't see the code) =(
 
here is what is posted

replace

PHP:
failure: function(o) { window.alert('AJAX error, please try again. (HTTP status: ' + o.status + ' / ' + o.statusText + ')'); }

with


PHP:
timeout: vB_Default_Timeout,
failure: vBulletin_AJAX_Error_Handler

in getNewShouts(), and the error popup seems to be gone.
 
Back
Top