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

Message ListMessage List     Post MessagePost Message

  Error Loading ChartDirector for PHP Extension
Posted by mark on Jul-29-2015 11:11
Hello,
Bought today chartdirector php Linux version . Very happy with the software.
after installing on shared hosting, I am getting error :
Error Loading ChartDirector for PHP Extension
Error Log

The version and type of PHP in this system does not support dynmaic loading of PHP extensions. All PHP extensions must be loaded by using extension statements in the PHP configuration file.

I did configure files, but no luck :-(


Please Help

Thanks in advance,

Mark

  Re: Error Loading ChartDirector for PHP Extension
Posted by mark on Jul-29-2015 11:17
System Information ?Operating System : Linux newt.arvixe.com 2.6.32-531.29.2.lve1.3.11.1.el6.x86_64 #1 SMP Thu Dec 18 06:49:17 EST 2014 x86_64
?PHP version : 5.5.11
?PHP / Web Server interface : cgi-fcgi

  Re: Error Loading ChartDirector for PHP Extension
Posted by mark on Jul-29-2015 23:55
solve the problem.

for example the gd extension: Y just modify this:

extension=gd.so

for this:

extension=/usr/lib64/php/modules/gd.so

because the .so files are in /usr/lib64/modules