Whenever i am submitting a new comment, review, question or answer, the loading arrows go non - stop. it loads continuosly for more than 5minutes and when i close the small pop up window, the review or comment is there already posted. what have i done wrong for this to take so long loading.? please help.
Next time you submit comment - you'll get an alert box with raw output, perhaps the error is somewhere on the server side, but it could be that there's an issue with jQuery conflict.
If you have Chromium based browser (Google Chrome, SRWare Iron, etc..) use console.log(httpxml.responseText); instead of alert. Then press Ctrl+Shift+J to see the output produced by comment submission. It will be easier for you to copy the output and paste it here on forum.
Good luck!
P.S. It will be quite useful to set the display_errors=On in your php.ini, or php_flag display_errors on in .htaccess file for the testing period
-- Edited by admin on Friday 2nd of November 2012 07:14:15 PM