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?