Forum


Replies: 14   Views: 7049
Ziparchive and xslt
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by colinw  · 11-04-2013 - 12:12

I had this issue too and found IIS to be the issue. I was using a Windows and Zend CE configuration. I found the issue to be that the Zend CE install was using IIS. Uninstalling Zend CE and then disabling IIS via the "World Wide Web Publishing Service" in Windows Services, then reinstalling Zend CE but selecting it to install and use Apache 2.x resolved the issue for me. When I ran the page http://localhost/phpdocx/examples/easy/text.php the resulting created doument appeared in the "easy" folder on the web server. It did not appear as a download from the web page if this is what you are expecting!