Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
546 stars 300 forks source link

Error 500 #189

Closed Yushe closed 9 years ago

Yushe commented 9 years ago

Every so often when I'm on my chat the ChatBot will say "Error: Connection status: 500" how do I fix this?

caffeinewriter commented 9 years ago

HTTP Error 500 usually results from a coding error. Have you made any modifications to the chat software in terms of plugins? Otherwise, perhaps it's an issue in serving the PHP page the AJAX calls are sent to, or with the server itself. To fix your specific problem, you'll probably have to drill down into server logs, if possible, so see what's throwing the errors.

Reference: HTTP 5xx Status Codes