Hello,
I'm trying to load multiple reports, each containing multiple charts, in a page using iframes.
As a result I get some chart images in different reports being served with identical content, although they should be different. I can see the browser requesting different URLs from the server like
/mydbr/lib/mydbr_get_cd_chart.php?img=chart1&id=rlk5hcpavukg7dm3ij2euu4ms05666c7f183132
/mydbr/lib/mydbr_get_cd_chart.php?img=chart1&id=rlk5hcpavukg7dm3ij2euu4ms05666c7f2dea25
but the resulting images are identical. It seems like the id parameter is just beeing ignored.
When I reload seperate iframes, I get correct result, so this seems to be a timimg issue.
I have already tried to add embed_image=1 to the urls and also set
$mydbr_defaults['chart']['embed_image'] = true;
in the default.php, but that doesn't make any difference. I can still see the image files being requested by the browser.
Server is Windows 2008 with PHP 5.3.27.
What can I do?
Kind Regards,
Tim