Search code examples
phpxsltphp-ziparchivephpdocx

Problems with PHPDOCX Charts & Images


Basically I'm using phpdocx on IIS 7.0 (PHP 5.2.14 FastCGI installed).

My problem is that when I run even the given examples in the installation of PHPDOCX, the tables and text works, however the charts and images do not appear in the document.

I was wondering if this had something to do with the requisites ZipArchive & XSL? I have a "php_zip.dll" enabled in my php extensions and my php.ini file.

However I have not been able to find any mention of XSL/XSLT in my php.ini or php extensions settings.

Is this my problem, and if so how would I go about installing it?

Thanks.


Solution

  • Add

    extension=php_xsl.dll
    

    in your php.ini

    http://php.net/manual/en/book.xsl.php