Forum


Replies: 4   Views: 3815
Phpdoc wont work but no error
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 rushfordk  · 02-09-2014 - 16:00

there nothing wrong in the iis-log file. i try something else i code require_once 'C:\inetpub\wwwroot\Beta\phpdocx\classes\CreateDocx.inc'; echo 'debut du code'; $docx = new CreateDocx(); $docx->addText('Hello world!'); $docx->createDocx('hello_world'); echo 'fin du code'; when i execute it, he write the 1 echo 'debut du code'; and stop right there the docx file is never create