ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Unable to install ChartDirector
Posted by M_jay on Jan-14-2011 19:02
I have copied ChartDirector folder to  C:\\xampp\\htdocs and tried to view

http://localhost/ChartDirector/lib/FinanceChart.php

but I got an error message


Error Log

Trying to load "phpchartdir530.dll" from the PHP extension directory "\\xampp\\php\\ext" (note: drive ambiguous).
Fatal error: Call to undefined function dl() in C:\\xampp\\php\\ext\\phpchartdir.php on line 44


I can see http://localhost/ChartDirector/phpdemo/index.php page with list of files but couldn't see graphs.


please help me .

  Re: Unable to install ChartDirector
Posted by Peter Kwan on Jan-15-2011 02:24
Hi M_jay,

First of all, please make sure you have read the "Installation" section of the ChartDirector documentation and follow the steps there.

In particular, please check the followings:

(a) Have you added "extension=phpchartdir530.dll" to your "php.ini"?

(b) Are you sure where is the active "php.ini" (use phpinfo to check).

(c) Have you copied "all files" in "ChartDirector/lib" to your PHP extension directory ("\\xampp\\php\\ext").

(d) Have you restart your web server after modifying the "php.ini"?

If the above still cannot solve the problem, would you mind to provide me with the following information:

(i) The result of your phpinfo page.

(ii) A copy of your "php.ini", and the full path name where you obtain the "php.ini".

(iii) Many web servers will have an error log file. Please check the error log file for errors and inform me of the errors (if any) related to loading "phpchartdir530.dll".

Regards
Peter Kwan

  Re: Unable to install ChartDirector
Posted by M_jay on Jan-17-2011 10:44
Thank u so much.Finally, I changed the php.ini file and restarted the Apache server now it is working.thanks again for the help.