I ran the check.php script
OUTPUT:
Your PHP version is 5.2.6 => OK
Your Zip extension version is 2.0.0 => OK
You have to install XSL extension for PHP
Your Tidy extension version is 2.0 => OK
I ran the phpdocx/tutorial/scripts/example1.php script
OUTPUT
Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\wamp\www\tools\faculty_db\phpdocx\classes\CreateDocx.inc on line 1133
Fatal error: Call to undefined method domdocument::loadXML() in C:\wamp\www\tools\faculty_db\phpdocx\classes\CreateDocx.inc on line 1134
I ran the same script using CLI php and see the same error. I ran most of the other examples and got the say error.
The free version ran and produced the test word docx I wanted so I paid for the pro version for the extra features.
Server is windows 2008. I have admin rights to the systems.
HELP