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.