Having Trouble expanding all sections on the pages

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
AngelR14

Having Trouble expanding all sections on the pages

Post 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
Attachments
error.JPG
creativa
Forum Members
Forum Members
Posts: 14
Joined: Thu Aug 30, 2007 1:15 am

Re: Having Trouble expanding all sections on the pages

Post by creativa »

I have same problem...
any ideas?
spcherub
Power Poster
Power Poster
Posts: 402
Joined: Fri Jun 06, 2008 5:54 pm

Re: Having Trouble expanding all sections on the pages

Post by spcherub »

What version of IE (Internet Explorer) are you using? Have you tried a different browser like Firefox?
steph_30
Forum Members
Forum Members
Posts: 22
Joined: Mon Apr 28, 2008 11:38 pm

Re: Having Trouble expanding all sections on the pages

Post 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
Last edited by steph_30 on Thu Jan 22, 2009 10:35 pm, edited 1 time in total.
steph_30
Forum Members
Forum Members
Posts: 22
Joined: Mon Apr 28, 2008 11:38 pm

Re: Having Trouble expanding all sections on the pages

Post 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 ...)
Last edited by steph_30 on Fri Jan 23, 2009 8:43 am, edited 1 time in total.
Locked

Return to “CMSMS Core”