Forum


Replies: 11   Views: 3089
Change data chart from xlsx
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 admin  · 20-11-2017 - 18:47

Hello,

That message seems a static notice from PHP, not an error/warning. Please hide the static notices in your PHP configuration/framework or edit the CreateGraphic.inc file and change this line (around line number 31) :

protected static $_rId;

by:

protected $_rId;

and try again. You just need to remove the static keyword. The next version of phpdocx will include this change.

Regards.