Forum


Replies: 6   Views: 5979
New pro install fails
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 etownsend  · 11-04-2013 - 12:13

results from easy/text.php

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:wampwwwtoolsfaculty_dbphpdocxclassesCreateDocx.inc on line 1133

Fatal error: Call to undefined method domdocument::loadXML() in C:wampwwwtoolsfaculty_dbphpdocxclassesCreateDocx.inc on line 1134

results from template.php

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:wampwwwtoolsfaculty_dbphpdocxclassesCreateDocx.inc on line 1133

Fatal error: Call to undefined method domdocument::loadXML() in C:wampwwwtoolsfaculty_dbphpdocxclassesCreateDocx.inc on line 1134

The results are the same with only this code.

require('../classes/CreateDocx.inc');


$docx = new CreateDocx();

I searched the source tree and didn't find a function called loadXML in any of the class files. Am I missing a file for the download?