I was working my website then out of the blue I started getting this error.

(WSOD) Fatal error: Call to a member function set_data() on a non-object in sites/all/modules/views_charts/views_plugin_style_chart.inc on line 193

$cgp_data = $this->_transform_data($rows);

warning: in_array() [function.in-array]: Wrong datatype for second argument in sites/all/modules/views_charts/views_plugin_style_chart.inc on line 254.

 if (in_array($idx, $this->options['views_charts_series_fields'])) {
        $fields_x_names[$db_alias] = $series_full_names[$idx];
      }

I tried updating Drupal, views, views_chart, and CCK (over right with a fresh file folder)
Clearing cashe & rebuilding the premissions
I also tried deleting the views that generated charts

Please help! I can't figure it out. Let me know if you need more info!