Sign in to follow this  
Kevin1114

Graph Shows But Not Data

Recommended Posts

Hi,

 

I use FusionCharts for DW. I set up everything nicely in DW, the preview shows correctly in DW but when i try to see it in Browser i get only an empty graph with the following errors :

 

Notice: Undefined offset: 1 in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 183

 

Notice: Undefined index: measurements.measurements_week in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 372

 

Notice: Undefined index: measurements.measurements_week in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 372

 

Notice: Undefined index: measurements.measurements_week in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 372

 

Notice: Undefined index: measurements.measurements_week in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 372

 

Notice: Undefined index: measurements.measurement_value in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 761

 

Notice: Undefined index: measurements.measurement_value in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 761

 

Notice: Undefined index: measurements.measurement_value in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 761

 

Notice: Undefined index: measurements.measurement_value in C:\wamp\www\includes\FusionCharts\dynamic\DWFChart.inc.php on line 761

 

Basically for every sql record it outputs Undefined index.

 

Line 372 of the error has "$this->categ_data[$key] = $category['row'][$this->getCleanColumnName($category['label_col'])];"

Line 761 of the error has "$data[$index] = $row[$val_col];"

 

Apache : 2.2.17

MySql : 5.1.53

PHP : 5.3.4

 

Any ideas?

Edited by Kevin1114

Share this post


Link to post
Share on other sites
Guest Sumedh

Hey,

 

Try printing these variables:

 

$this->categ_data[$key]

 

$data[$index]

 

and check if the data is coming from database or not?

 

Please note, FusionCharts for Dreamweaver is our bridge product and we do not provide support directly.

 

You would have to contact on [email protected] for further issues.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this