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

Message ListMessage List     Post MessagePost Message

  The specified module could not be found
Posted by Constantin mukendi on Sep-09-2015 23:05
Dear,
Please see the message below after following the procedure from unzipping ChartDirector
Win 32 on Web root where PHP script are located and copying all lib files to php/ext
directory and add the extension=phpchartdir###.dll in php.ini.
Please the message in the image:

'C:\xampplite\php\ext\phpchartdir###.dll' - The specified module could not be found.

Your assistance is more appreciated!

C. MUKENDI

  Re: The specified module could not be found
Posted by Peter Kwan on Sep-10-2015 05:16
Hi Constantin,

Please kindly check the followings:

(a) Please verify if the phpchartdir###.dll you are using matches your PHP version and
type. For example, if you are using PHP 5.3.7, the extension statement should be:

extension=phpchartdir530.dll

(b) Please verify the file 'C:\xampplite\php\ext\phpchartdir530.dll' exists. Open a command
shell, enter:

cd C:\xampplite\php\ext\
dir

you should see the phpchartdir530.dll, and it should be 65536 bytes.

(c) Apart from phpchartdir530.dll, you should also see other ChartDirector DLLs, including
"chartdir.dll".

Please kindly let me know what is the result.

Regards
Peter Kwan