Forum


Replies: 5   Views: 3367
2.5 createdocx pb
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 MVa  · 13-04-2012 - 13:41

Hello

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