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.
Hello,
Please open CreateDocx.inc and remove this line (6163):
$this->_relsHeaderFooterLink[$options['target']][] = array('rId' => $key, 'url' => $value);
and add this one:
CreateDocx::$_relsHeaderFooterLink[$options['target']][] = array('rId' => $key, 'url' => $value);
and try again. We're doing some tests to upload a new package with this fix included.
Regards.