What means
Notice: Undefined index: SERVER_ADDR in ..\phpdocx\classes\GenerateDocx.php on line 37
I've set Error-reporting to E_ALL (to geht also the warnings)
I simply did
$docx = new CreateDocx();
.. add some text to $docx
$docx->createDocx('Filename');
The same with Template works without warning message about the SERVER_ADDR
best regards Siegfried