With this simple code
<?php
//Generation du docx
include_once('../../helpers/phpdocx/classes/CreateDocx.inc');
$docx = new CreateDocx();
$docx->setEncodeUTF8();
?>
We have the message :
Trying to get property of non-object in D:\wamp\www\methodo\helpers\phpdocx\classes\CreateDocx.inc on line 627
thx