<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Drupal, Gallery2 integration, and a recent module update</title>
	<atom:link href="http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/</link>
	<description>Random things that interest me that I may want to remember later.</description>
	<pubDate>Mon, 13 Oct 2008 05:27:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-354</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Mon, 25 Feb 2008 18:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-354</guid>
		<description>&lt;p&gt;The latest 5.x-2.x-dev version of the gallery module fixes the problem. A new &#34;stable&#34; release is expected shortly.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>The latest 5.x-2.x-dev version of the gallery module fixes the problem. A new &quot;stable&quot; release is expected shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-348</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Sun, 24 Feb 2008 03:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-348</guid>
		<description>&lt;p&gt;hQuadrat: thank you for pointing to that solution. It seems to have taken care of the problem on my site.&lt;br /&gt; &lt;br /&gt; For everyone else, the solution for the moment is to change the top line of gallery.module to read&lt;br /&gt;&lt;br /&gt; &lt;code&gt;if (function_exists('drupal_get_path')){&lt;br /&gt; require_once(drupal_get_path('module', 'gallery') .'/gallery_base.inc');&lt;br /&gt; }&lt;/code&gt;&lt;br /&gt;&lt;br /&gt; This test is a good workaround that allows the site to work with the performance cache enabled. It's not a perfect solution, as we still get errors in the site log. I know the devs are working on the issue and hopefully they will be able to get a better solution written in to a new release shortly.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>hQuadrat: thank you for pointing to that solution. It seems to have taken care of the problem on my site.</p>
<p> For everyone else, the solution for the moment is to change the top line of gallery.module to read</p>
<p> <code>if (function_exists('drupal_get_path')){<br />
 require_once(drupal_get_path(&#8217;module&#8217;, &#8216;gallery&#8217;) .&#8217;/gallery_base.inc&#8217;);<br />
 }</code></p>
<p> This test is a good workaround that allows the site to work with the performance cache enabled. It&#8217;s not a perfect solution, as we still get errors in the site log. I know the devs are working on the issue and hopefully they will be able to get a better solution written in to a new release shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hQuadrat</title>
		<link>http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-347</link>
		<dc:creator>hQuadrat</dc:creator>
		<pubDate>Sat, 23 Feb 2008 20:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-347</guid>
		<description>&lt;p&gt;Hi there, &lt;br /&gt; had the exactly same issue with the gallery.module v. 5.x-2.1.&lt;br /&gt; Look back at the thread you had commented on, comment #6:&lt;br /&gt; &lt;a href="http://drupal.org/node/224598#comment-743336" title="http://drupal.org/node/224598#comment-743336" rel="nofollow"&gt;drupal.org/node/224598#co...&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; You just have to add two lines to gallery.module and it should be working again.&lt;br /&gt; &lt;br /&gt; Greets, hQuadrat&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi there, <br />
 had the exactly same issue with the gallery.module v. 5.x-2.1.<br />
 Look back at the thread you had commented on, comment #6:<br />
 <a href="http://drupal.org/node/224598#comment-743336" title="http://drupal.org/node/224598#comment-743336" rel="nofollow">drupal.org/node/224598#co&#8230;</a></p>
<p> You just have to add two lines to gallery.module and it should be working again.</p>
<p> Greets, hQuadrat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-346</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Sat, 23 Feb 2008 19:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-346</guid>
		<description>&lt;p&gt;Okay, I get what you mean. I cleared the cache tables in the database and it had no effect on the issue. I still get the error if the Drupal performance caching is turned on, and the error disappears if the feature is turned off.&lt;br /&gt; &lt;br /&gt; That was a good idea to try though. Thank you.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Okay, I get what you mean. I cleared the cache tables in the database and it had no effect on the issue. I still get the error if the Drupal performance caching is turned on, and the error disappears if the feature is turned off.</p>
<p> That was a good idea to try though. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Zajac</title>
		<link>http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-345</link>
		<dc:creator>Andrew Zajac</dc:creator>
		<pubDate>Sat, 23 Feb 2008 19:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-345</guid>
		<description>&lt;p&gt;You can run:&lt;br /&gt; &lt;br /&gt;    DELETE FROM cache;&lt;br /&gt; &lt;br /&gt; Or simply empty the tables by hand from phpmyadmin.  I have had to clear the views cache like that, too.&lt;br /&gt; &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>You can run:</p>
<p>    DELETE FROM cache;</p>
<p> Or simply empty the tables by hand from phpmyadmin.  I have had to clear the views cache like that, too.
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-342</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Sat, 23 Feb 2008 13:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-342</guid>
		<description>&lt;p&gt;Hi Andrew. &lt;br /&gt; &lt;br /&gt; If you mean the local browser cache, yes. &lt;br /&gt; &lt;br /&gt; If you mean the Drupal cache on the server, I have only done what I described in in the post and comment #1. Is there something further I can attempt?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Andrew. </p>
<p> If you mean the local browser cache, yes. </p>
<p> If you mean the Drupal cache on the server, I have only done what I described in in the post and comment #1. Is there something further I can attempt?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Zajac</title>
		<link>http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-341</link>
		<dc:creator>Andrew Zajac</dc:creator>
		<pubDate>Sat, 23 Feb 2008 13:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-341</guid>
		<description>&lt;p&gt;Have you tried clearing the cache?&lt;br /&gt; &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Have you tried clearing the cache?
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-340</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Sat, 23 Feb 2008 09:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-340</guid>
		<description>&lt;p&gt;I have commented on an existing bug, that I believe is identical, on the drupal.org site at &lt;a href="http://drupal.org/node/224598#comment-743222" title="http://drupal.org/node/224598#comment-743222" rel="nofollow"&gt;drupal.org/node/224598#co...&lt;/a&gt; .&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I have commented on an existing bug, that I believe is identical, on the drupal.org site at <a href="http://drupal.org/node/224598#comment-743222" title="http://drupal.org/node/224598#comment-743222" rel="nofollow">drupal.org/node/224598#co&#8230;</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-339</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Sat, 23 Feb 2008 08:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://matthewhelmke.net/wordpress/2008/02/23/drupal-gallery2-integration-and-a-recent-module-update/#comment-339</guid>
		<description>&lt;p&gt;Something to add... Re-enabling the cache causes the error to reappear, so this is repeatable. I am currently unable to use caching on the site in question. Again, that site has very little traffic, so it isn't a big deal, but for large traffic sites, the problem could remain.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Something to add&#8230; Re-enabling the cache causes the error to reappear, so this is repeatable. I am currently unable to use caching on the site in question. Again, that site has very little traffic, so it isn&#8217;t a big deal, but for large traffic sites, the problem could remain.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.452 seconds -->
