Page 1 of 1

Having Trouble expanding all sections on the pages

Posted: Thu Jan 15, 2009 1:00 am
by AngelR14
I hope I'm putting this in the right place. when i install cms everything was working fine. I try to deleted some pages or expand all sections and i keep getting an error. This is what it says: Error the xml response that was returned from the server is invalid. I have enable cookies javascript and added my site to not block it... I'm not a programmer so i only understand some of the errors it saying.

If anyone can help me that that will be great and thanks in advanced.

This is the picture of the error I get:

Image

Re: Having Trouble expanding all sections on the pages

Posted: Thu Jan 15, 2009 4:44 am
by creativa
I have same problem...
any ideas?

Re: Having Trouble expanding all sections on the pages

Posted: Thu Jan 22, 2009 10:10 pm
by spcherub
What version of IE (Internet Explorer) are you using? Have you tried a different browser like Firefox?

Re: Having Trouble expanding all sections on the pages

Posted: Thu Jan 22, 2009 10:27 pm
by steph_30
Hi,

The image you reported is the source code of the connection panel ... Why did it send you this ?
I had some similar errors on other project with some AJAX request.
What action are you trying to do when you've got this error ?



I just tried to connect to your admin panel (I could see the adress (base_href) in your image ...) :

I've got the correct panel with Firefox 3.0.4 and IE 7 and IE 6 (multiple IE).

So I think you've got a problem (but witch one) with your navigator ...

Try to download Firefox if you don't have it ...

Good luck

Re: Having Trouble expanding all sections on the pages

Posted: Fri Jan 23, 2009 8:31 am
by steph_30
Hi all,

I could reproduce the bug ... which is not one ...

The problem is an AJAX one :

- You lost your session (but you don't know it because your page is still here) : did you have lunch or other long action ...
- The first action you did is an AJAX one (for example : reorder pages and validate)
- So you receive the AJAX error in the alert window. In fact, this is the connection panel that is dump in the window.
  (Ajax is waiting some json or xml data but it received some HTML one)


To reproduce this :

- connect to the administration and go to the reorder pages.
- Reorder some pages and before validate : kill your sessions cookies (using firefox web developper tool)
- Try validate : you will receive the error ...



One solution is : refresh your page (using F5) : you will return to the connection panel and login ...
You probably didn't lost some data (except the last reorder ...)


[edit] : it seems that you could be deconnect very quickly (see the topic : http://forum.cmsmadesimple.org/index.php/topic,28837.0.html)

Hope it will help

Stephane

PS : I think the subject is not really correct, because you could have this 'error' with all the Ajax request (expanding reorder ...)