Forum


Replies: 2   Views: 5551
Installation problem, examples dont work
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 jtorres  · 25-10-2012 - 18:48

I have pro+ version

file check.php said it’s all good.

key in code file

But can’t get the word fire up.

Can’t get examples fire up.

when I run the examples, didn't send any error and the file is created, but when I check the file is empty, not even a one character.

when I try to create a docx from a template I got this error:
Warning: ZipArchive::addFromString(): Invalid or unitialized Zip object in x:xxxphpdocx_proclassesCreateDocx.inc on line 4454

zip lib is enable.

My server is windows server 2008 R2 Enterprise, IIS7, PHP Manager 1.2. with php 5.3.10

I'm working in developer mode, means not with a domain, the server is in my office and I connect with an internal IP 192.168.0.x

Thanks

Posted by admin  · 11-04-2013 - 12:13

Hello,

How are you running PHP in IIS?, ASAPI, CGI, FAST CGI?. I recommend you to run in FAST CGI, because ASAPI has several problems with a lot of PHP functions.

Regards.