sehummel
sehummel

Reputation: 5568

PHP DOMDocument not loading

Even though my phpinfo() shows my DOM as enabled, when I try to call it I get an error that the class was not found. I have tried this both on MAMP and on our IIS server and the same thing happens. We are running 5.2+ versions of PHP. Anyone have any thoughts about this?

Upvotes: 0

Views: 495

Answers (1)

cweiske
cweiske

Reputation: 31147

There is no DOM class, it's DomDocument.

Upvotes: 2

Related Questions