I am using FusionCharts V3 Enterprise version. I am trying to save my charts either as pdf or JPEG image on the server. Everything works fine. Images/Pdf are saved on the server. But Firebug throws an error : Invalid Property Id :
Error: invalid property id
Source File: https://dev.xxxx.com/
Line: 0, Column: 35
Source Code:
try { __flash__toXML(FC_Exported(({<br />
Because of this error i am not able to call FC_Exported() function (The default call back function).
Also not able to enable the debug mode.
I am not able to figure out what is the problem.
Can you please help me since this is frustrating me.
I am using PHP 5.1.6 and GD 2.0.28
Thank you.