anyGadgets Support

Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: Nonstop Loading.


Newbie

Status: Offline
Posts: 1
Date:
Nonstop Loading.
Permalink  
 


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.

Thank you.



__________________


Member

Status: Offline
Posts: 12
Date:
Permalink  
 

Open this file /components/com_anygadgets/assets/js/default.js

Then locate this code (lines 388-391):

function stateChanged()

{

if(httpxml.readyState==4&&httpxml.status==200) jQuery.fn.showMessage(httpxml.responseText,prefix);

}

change it to:

function stateChanged()

{

if(httpxml.readyState==4&&httpxml.status==200) alert(httpxml.responseText);

}

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

__________________


Newbie

Status: Offline
Posts: 1
Date:
Permalink  
 

Hello, first of all thank you for the support.
I've the same problem with joomla 2.5.
I tried with your solution but nothing changed.

Could you help me?

__________________


Newbie

Status: Offline
Posts: 1
Date:
Permalink  
 

same problem


__________________
Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.



Create your own FREE Forum
Report Abuse
Powered by ActiveBoard