I have downloaded and install the free version of code. I am using it for simple Helo word file, with the following code .
$docx = new CreateDocx();
$docx->addText("Hello world!");
$docx->createDocx($tempfile);
WHen the addText method called , It gives error on line 123 of file CreateText.inc and script stop. The error is . "Uninitiallize String Offset 0 at Line 123 of CreateText.inc"
Kindly help me to get red of it.
Regsards