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 ...)