<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Strike Iron</title>
	
	<link>http://strikeironventures.com</link>
	<description>web forgers</description>
	<lastBuildDate>Tue, 27 Apr 2010 04:56:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/StrikeIron" /><feedburner:info uri="strikeiron" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Hiding “The directory * has been created” in Drupal</title>
		<link>http://strikeironventures.com/2010/04/26/hiding-the-directory-has-been-created-in-drupal/</link>
		<comments>http://strikeironventures.com/2010/04/26/hiding-the-directory-has-been-created-in-drupal/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 04:41:00 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://strikeironventures.com/?p=9</guid>
		<description><![CDATA[If you&#8217;re getting a &#8220;The directory * has been created&#8221; notification messages on your site in conjunction with ImageCache and/or Drupal 6, you&#8217;ve got a couple different options.

I was snooping around includes/file.inc and found the string that needs to be overridden (line 104). In the spirit of not hacking core, we&#8217;ll replace this string with <a href="http://strikeironventures.com/2010/04/26/hiding-the-directory-has-been-created-in-drupal/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re getting a <strong>&#8220;The directory * has been created&#8221;</strong> notification messages on your site in conjunction with ImageCache and/or Drupal 6, you&#8217;ve got a couple different options.</p>
<ol>
<li>I was snooping around includes/file.inc and found the string that needs to be overridden (line 104). In the spirit of not hacking core, we&#8217;ll replace this string with the <a href="http://drupal.org/project/stringoverrides">String Overrides</a> module. Create a new string override with the original value: The directory %directory has been created. (Don&#8217;t forget the period at the end.) Leave the replacement field blank. Once the string override is added and enabled, the drupal notification message will be suppressed.</li>
<li>Crea <a href="http://drupal.org/node/589930#comment-2715528">posted a core patch</a> to the Drupal issue queue. The patch replaces the messages with watchdog() calls instead.</li>
</ol>
<p>I&#8217;ve been using method number 1 for several weeks and it is working great. Did either of these fixes work for you? Or do you use a different method?</p>
]]></content:encoded>
			<wfw:commentRss>http://strikeironventures.com/2010/04/26/hiding-the-directory-has-been-created-in-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
