I have a custom component that I've written that uses FusionCharts to create some..... charts! (grin)
Using any other admin template and the component works just fine the charts are rendered and displayed perfectly. Using the MC template and the XML get's mangled and FusionCharts reports "Invalid Data". I know it's not my code cause it works perfectly fine in the basic default admin template included with Joomla 1.5. Blacklisting my components allows the charts to display just fine. Which means that MC is somehow mangling the XML.
I'd really like to use the template with my custom component, but, like I said, blacklisting the component in question allows it to work just fine.
IMNSHO, the template should NOT be mangling a PHP string (XML) that I'm passing to anything.
Anyone got any ideas as to why this is happening and what to do to fix it?
I find it frustrating that a theme would do something like this. I'd like to see if we can't troubleshoot this and make it work. The theme is running on my sandbox right now and I can give access or provide whatever logs/troubleshooting assistance that's needed.