Hi
I'm running CMSMS 1.1.4.1 and the expand all, collapse all, move and other AJAX controls on the 'Pages' page don't refresh the page after having been clicked but if I manually refresh the page the actions have actually been executed. Firefox Error Console says:
Error: not well-formed
Source File:
http://xxxxx.com/admin/listcontent.php?page=&message=contentupdatedLine: 1, Column: 2
Source Code:
<?xml version="1.0" encoding="utf-8" ?><xjx><cmd n="as" t="contentlist" p="innerHTML"><![CDATA[<div class="pageoverflow"><p class="pageoptions"><a href="addcontent.php" class="pageoptions"><img src="themes/default/images/icons/system/newobject.gif" class="systemicon" alt="Add New Content" title="Add New Content" /></a> <a class="pageoptions" href="addcontent.php">Add New Content</a> <a href="listcontent.php?error=jsdisabled" class="pageoptions" onclick="xajax_reorder_display_list();return false;"><img src="themes/default/images/icons/system/reorder.gif" class="systemicon" alt="Reorder Pages" title="Reorder Pages" /></a> <a href="listcontent.php?error=jsdisabled" class="pageoptions" onclick="xajax_reorder_display_list();return false;">Reorder Pages</a></p></div><form action="multicontent.php" method="post"><table cellspacing="0" class="pagetable">
The little arrow in the error message points to the <?xml tag at the start of the source code.
An installation of 1.0.6 works just fine.
Does anyone have any ideas as to what the cause of the problem is and how it can be fixed?
Thanks.