There is a bug in open flash chart

in charts_graphs_open_flash.class.inc file

code is

    $openflash_swf_uri = $base_url . base_path() . $mod_path . '/open-flash-chart.swf';

should be

 $openflash_swf_uri = $base_url . '/' . $mod_path . '/open-flash-chart.swf';

as otherwise sef path is wrong and not working.

Comments

rsevero’s picture

Assigned: Unassigned » rsevero
Status: Active » Postponed (maintainer needs more info)

I can't see any error here with the current path. Could you please send a detailed example where I can see the bug you mention?

rsevero’s picture

Version: 6.x-2.3 » 6.x-2.4
Status: Postponed (maintainer needs more info) » Fixed

With extra input from AllRob at #963816: You are missing some Flash content that should appear here! > appears after patch 912414 I finally managed to identify the issue.

Fixed with http://drupal.org/cvs?commit=447288.

Sorry for the delay.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.