shinigamitonio

Members
  • Content count

    4
  • Joined

  • Last visited

About shinigamitonio

  • Rank
    Forum Newbie
  1. Fcexporter Displays As Blank Page During Chart Download

    I echoed the $_POST data sent by the page to FCExporter, I've attached it below. My server also has GD and ZLIB library installed. Can anyone check what is the possible cause of the problem? $_POST data.txt
  2. Fcexporter Displays As Blank Page During Chart Download

    i am also using a linux server. thanks!
  3. Fcexporter Displays As Blank Page During Chart Download

    I've looked though the examples, and I think they were the ones I used as reference. Attached below is an example of the generated page. the page is generated by a php code. Thanks for the quick reply, I hope the attached file is useful. example.zip
  4. Hello, I am having trouble exporting Fusion chart via server-side. Here's the situation. - I have multiple fushionchart created in different tabs. - The chart was created using FushionChart_gen.php class - Fusion Chart version is 3.2 I have copied FCExporter.php, FCExporter_IMG.php and FCExporter_PDF.php on my server and have set the chart xml ExportHandler correctly. I added these properties in the chart xml exportEnabled='1' exportAtClient='0' exportAction='download' exportHandler='FCExporter.php' exportTargetWindow='_blank' When I export the chart, the browser(Mozilla 3.6), it will just open a new tab pointing to FCExporter.php but a blank page and nothing happens. No 'save as' dialog appears. Is there any other configuration I should update in FCExporter.php?