Forum


Replies: 6   Views: 3342
Issue in getting started
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 ahsunali  · 27-08-2012 - 05:08

Hi every one,

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