UBUNTU 12, Apache 2.2, PHP 5.3.10
Despite setting the Environment Settings to IMAGE CHARTS, and even specifying within the MySQL Stored Proc that I want IMAGE charts, i.e.
SELECT 'dbr.chart', 'Pie3D', 'Todays Hits', 1080, 720;
select 'dbr.chart.options','axis', 'X-axis', 'Y-axis';
select 'dbr.chart.options', 'imagechart';
select 'dbr.chart.options','shading', 'ConcaveShading';
All my charts are always created as a FLASH object. MyDBR lists the installed modules as
Flash charts
Image charts (ChartDirector 5.1)
wkhtmltopdf
On the Server I have copied the ChartDirector LIB contents to /usr/lib/php5/20090626 and within etc/php5/apache2/php.ini (this is the correct PHP FILE according to PHPINFO) I have set this extension=phpchartdir530.dll and restarted the machine.
There are no errors in the Apache error log.
Any ideas what I'm missing?
Thanks