Forum


Replies: 7   Views: 5268
3.7 => 4.0
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 simon  · 09-06-2014 - 16:19

Hello, I also have the following code which worked perfectly (to create my footer) and it either does not work .... $htmlFooter = htmlspecialchars_decode($htmlFooter); $footer = $docx->embedHTML($htmlFooter, array('rawWordML' => true, 'target' => 'defaultFooter')); $myFooter = $docx->WordFragment(array($footer)); $docx->addFooter(array('default' =>$myFooter)); Now I get the following error Fatal error: Call to undefined method CreateDocx::createWordMLFragment() in /var/www/vhosts/........./httpdocs/creerdocument/pied_de_page.php on line 17 Must find a solution quickly or give me the 3.7 verison for this domain cordially