Home » XML » XML_Feed_Parser » Bug #7824
Class 'DOMDocument' not found in /usr/share/pear/XML/Feed/Parser.php on line 88
Details
| Submitted | 2006-06-07 00:10 UTC |
|---|---|
| From | jam at zoidtechnologies dot com |
| Assigned | jystewart |
| Status | Closed |
| Package | XML_Feed_Parser |
| PHP Version | 5.0.4 |
| OS | FC4 |
| Roadmaps | (Not assigned) |
Comments
[2006-06-07 00:10 UTC] jam at zoidtechnologies dot com
Description:
------------
I did a "pear install XML_Feed_Parser-beta" and everything appears to be normal. I then modified some of my code to instantiate a feed class instead of using XML_RSS, and now when ever I load up the page I get a fatal error regarding not being able to find the DOMDocument class. I did a grep through my entire set of installed PEAR modules, and XML_Feed_Parser is the only module that even refers to that class.
[2006-06-07 00:46 UTC] jam at zoidtechnologies dot com
problem resolved by doing "yum -y install php-xml" as root. XML_Feed_Parser requires the xml extension.
[2006-06-07 17:25 UTC] jystewart at php dot net
Thanks. I've added the dependency to package.xml in CVS.