문제

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.

도움이 되었습니까?

해결책

Add

extension=php_xsl.dll

in your php.ini

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top