Page 1 of 1

Bug in the site management 1.0.5

Posted: Tue Apr 10, 2007 11:40 am
by LeisureLarry
I´m updating from 0.12 to 1.0.5 in an non utf-8 environment (iso-8859-1).

After the update the ajax functions in the site management made problems, because in xajax.inc.php (line 50) there is a hardcoded encoding setting for utf-8. Could you please change this in the next release?

For more informations read my posting in the german forum:
http://forum.cmsmadesimple.org/index.ph ... 288.0.html

Greats from Germany
LeisureLarry

Re: Bug in the site management 1.0.5

Posted: Tue Apr 10, 2007 12:05 pm
by Dee
Fixed in SVN by calling

Code: Select all

define('XAJAX_DEFAULT_CHAR_ENCODING', $config['admin_encoding']);
before including xajax.inc.php (in addcontent.php, listcontent.php and editcontent.php).

Thanks for spotting this!

Regards,
D