Hello -
I have read other posts on this topic, but I am still having difficulty with the FCTime variable being appended to my $strDataURL that is being passed from a chart display page to an underlying data page. Here is a typical error message from the debugger:
INFO: XML Data provided using dataURL method.
dataURL provided: data.php?Year=1932
dataURL invoked: data.php?Year=1932&FCTime=129
INFO: XML Data provided using dataURL method.
ERROR: Invalid XML encountered. An XML element is malformed. Click the above "dataURL Invoked" link to see the XML in browser.
I have even removed the appropriate function from the DataFunctions.as file in the FC source code, yet I continue to receive this error, and even re-installed FusionCharts, yet I continue to receive this type of error.
In my case, I want the results to be cached - they are not based on real time data, and thus do not need any sort of timestamp for the latest version. I have been able to successfully create charts using other methods, but this approach of using separate pages for data and display would provide me far greater value if it can be made to work.
Thanks in advance for any solutions.