Page 1 of 1

XML Error in 4th hierarchy on listcontent page [solved]

Posted: Fri Feb 09, 2007 11:33 am
by tkeil69575
Hi all,
up to now everything has been working great. I just set up a new page in the 4th hierarchy and am now getting an XML error pop-up when trying to expand the list in the admin area (see image attachment). Its only happening on pages in the 4th hierarchy ... everything else is fine. apart from that, the page shows in the cms front. I am using IE7 ... CMS is 1.04 running on Linux Suse 10.1, with PHP5.1.2 and mysql 5

thanks for any help
tina

[gelöscht durch Administrator]

Re: XML Error in 4th hierarchy on listcontent page

Posted: Fri Feb 09, 2007 6:27 pm
by tkeil69575
well I fixed it myself ... I think its because I am not using utf-8 encoding in the frontend and admin area, but instead iso-8859-1

so I changed this line in the lib/xajax/xajax.inc.php

define ('XAJAX_DEFAULT_CHAR_ENCODING', 'iso-8859-1' );

and now its working fine  ;D

tina


btw. the error only shows in IE7, guess its trying to verify XML coding