Page 1 of 1

php class missing

Posted: Mon Jan 28, 2008 10:16 am
by edzillion
Ok I am new to php and I am having problems with a missing class
I get the error message:
Fatal error: Class 'DOMDocument' not found in ...blah.com/html/xmlParser.php on line 49
I have looked at the phpInfo on the server and it states
libxml
libXML support active
libXML Version 2.6.26
libXML streams enabled
What can I do?
TIA
Ed

Re: php class missing

Posted: Mon Jan 28, 2008 12:29 pm
by Christopher
The Dom XML extension is different that the libXML one. Check that you have it installed:

http://us3.php.net/manual/en/ref.domxml.php