Dashboard charts generate invalid temporary xml files in cache/xml for utf8 (Eastern European) chars used in sales stages translations. This files are used for flash graph generation.
For example MyPipelineBySalesStageDashlet.php uses save_xml_file function to create xml file.
Result file is missing XML header required by the XML specification
<?xml version="1.0" encoding="utf-8" ?>
Eastern European chars are not correctly encoded.
Red Eastern European utf8 2bytes chars are encoded as 2 chars.
<dataRow title="Nutná analýza" endLabel="">
Sugar Version 4.5.0f (Build 1202)
Config.php settings: 'default_charset' => 'UTF-8', 'default_export_charset' => 'UTF-8',
Is there any better site then forums where I can report bugs ?


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks