Forum


Replies: 3   Views: 1853
Warning message in generatedocx.php
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 Siegfried  · 03-12-2019 - 17:51

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