multiseries bar chart with mysql as database in php
FusionCharts Forum
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        


««12

multiseries bar chart with mysql as database... Expand / Collapse
Author
Message
Posted 4/17/2008 7:36:18 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Moderators
Last Login: 10/5/2008 9:41:33 AM
Posts: 809, Visits: 1,285
Hi,

Could you please attach the screenshot of the cases with the 2 charts - cFREE chart v3.

It seems that the XML is invalid which once we receive the XML would be able to say. The problem with the v3 Chart (MSColumn3D.swf)  might be that the chart SWF is not present in that path and is not loading showing blank space.

Could you also make sure that you are connecting to the database and table properly?

The previous screenshot shows that the PHP file is not getting executed even. Could you please (Just for a test) try copying only the <?php ... ?> portion to another php file and add the code to generate the XML (as suggested by Arindam)  and try again?

For better debugging of the XML that would be built i would suggest you to use Firefox to open the XML generating php file. Firefix generally points out the invalid portion of the XML.

Regards,

Sudipto Choudhury
FusionCharts Team

Post #5734
Posted 4/17/2008 8:07:38 AM
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Forum Members
Last Login: 4/29/2008 4:06:17 AM
Posts: 44, Visits: 93
I got the error.

The error was on line

$strXML = $strCat.$strDataXML;

I made following change to the line

$strXML .= $strCat.$strDataXML; I place . operator after $strXML. Now it works fine

Thanks for continous reply for my each question.

Post #5736
« Prev Topic | Next Topic »

««12

Permissions Expand / Collapse

All times are GMT -7:00, Time now is 4:15pm


Execution: 0.094.