Closed (fixed)
Project:
Charts and Graphs
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Sep 2010 at 14:05 UTC
Updated:
20 Nov 2010 at 17:40 UTC
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
Comment #1
rsevero commentedI 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?
Comment #2
rsevero commentedWith 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.