Kevin1114 Report post Posted August 9, 2012 (edited) 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 August 9, 2012 by Kevin1114 Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 10, 2012 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