<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OODA Strategies&#187; DOMDocument</title>
	<atom:link href="http://oodastrategies.com/tag/domdocument/feed/" rel="self" type="application/rss+xml" />
	<link>http://oodastrategies.com</link>
	<description>Build a web presence, not just a website</description>
	<lastBuildDate>Sat, 21 May 2011 04:53:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PHP Fatal error: Class &#039;DOMDocument&#039; not found</title>
		<link>http://oodastrategies.com/2008/05/08/php-fatal-error-class-domdocument-not-found/</link>
		<comments>http://oodastrategies.com/2008/05/08/php-fatal-error-class-domdocument-not-found/#comments</comments>
		<pubDate>Thu, 08 May 2008 22:11:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Information/Wiki Websites]]></category>
		<category><![CDATA[DOMDocument]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://opensourceactivism.blogivists.com/2008/05/08/php-fatal-error-class-domdocument-not-found/</guid>
		<description><![CDATA[The above error is appears to be a common occurrence when you upgrade your Mediawiki installation from version 1.11 to 1.12. To fix this you need to have your system administrator do the following: yum -y install php-xml service httpd restart The installs the XML modules into PHP. Restarting httpd allows the web server, in [...]]]></description>
			<content:encoded><![CDATA[<p>The above error is appears to be a common occurrence when you upgrade your <a href="http://www.mediawiki.org">Mediawiki</a> installation from version 1.11 to 1.12.  To fix this you need to have your system administrator do the following:</p>
<blockquote><p>
yum -y install php-xml<br />
service httpd restart
</p></blockquote>
<p>The installs the XML modules into PHP.  Restarting httpd allows the web server, in this case <a href="http://apache.org/">Apache</a>, to load the new modules.</p>
<p>This solution came from the <a href="http://www.mediawiki.org/wiki/Project:Support_desk#.28RESOLVED.29_PHP_Fatal_error:__Class_.27DOMDocument.27_not_found_in_.2Fvar.2Fwww.2Fhtml.2Fwiki.2Fincludes.2FPreprocessor_DOM.php_on_line_566">Mediawiki Support Desk</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Foodastrategies.com%2F2008%2F05%2F08%2Fphp-fatal-error-class-domdocument-not-found%2F&amp;title=PHP%20Fatal%20error%3A%20Class%20%27DOMDocument%27%20not%20found" id="wpa2a_2"><img src="http://oodastrategies.com/socmedia/sharethis.png" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://oodastrategies.com/2008/05/08/php-fatal-error-class-domdocument-not-found/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

