<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 15 Common Drupal Problems That Make You Scream (Solutions Included)</title>
	<atom:link href="http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/</link>
	<description>Professional web design and creative company CHROMATIC's blog.</description>
	<lastBuildDate>Sun, 07 Mar 2010 04:26:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Dave</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9058</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 05 Mar 2010 11:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9058</guid>
		<description>Changing permissions in content type solved my problem.(Point 1) Kudos to you! Cheers</description>
		<content:encoded><![CDATA[<p>Changing permissions in content type solved my problem.(Point 1) Kudos to you! Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9041</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 21 Feb 2010 06:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9041</guid>
		<description>Hi Jennifer. Since we wrote this blog post, we have discovered a number of great modules, Drush being one of them. We agree, it&#039;s an invaluable module, especially if you&#039;re working on multiple sites!</description>
		<content:encoded><![CDATA[<p>Hi Jennifer. Since we wrote this blog post, we have discovered a number of great modules, Drush being one of them. We agree, it&#8217;s an invaluable module, especially if you&#8217;re working on multiple sites!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9040</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Sun, 21 Feb 2010 06:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9040</guid>
		<description>I have switched to Drush for downloading and enabling modules. It automatically downloads modules to the correct location and untars them into folders. Nice, clean, and fast. Give it some thought if you have ssh access!</description>
		<content:encoded><![CDATA[<p>I have switched to Drush for downloading and enabling modules. It automatically downloads modules to the correct location and untars them into folders. Nice, clean, and fast. Give it some thought if you have ssh access!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9024</link>
		<dc:creator>Mat</dc:creator>
		<pubDate>Tue, 09 Feb 2010 16:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9024</guid>
		<description>Maybe for the Drupal&#039;s uncommon problems? 

This thing just happened to me. I was messing around the sites/all/modules folder, updating, changing stuff. 

When I come back ito the the admin interface of my Drupal installation, some module had disappeared from the admin/build/module page, it was no longer listed... though the completes module folders and files were correctly in place. 

Couple of hours later suspecting something awful, I found out a copy of .module file lying around out of its folder, uploaded there by mistake.

Drupal don&#039;t like having duplicate .module files around. Deleting the extra file made the module show up again in the admin/build/module page.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Maybe for the Drupal&#8217;s uncommon problems? </p>
<p>This thing just happened to me. I was messing around the sites/all/modules folder, updating, changing stuff. </p>
<p>When I come back ito the the admin interface of my Drupal installation, some module had disappeared from the admin/build/module page, it was no longer listed&#8230; though the completes module folders and files were correctly in place. </p>
<p>Couple of hours later suspecting something awful, I found out a copy of .module file lying around out of its folder, uploaded there by mistake.</p>
<p>Drupal don&#8217;t like having duplicate .module files around. Deleting the extra file made the module show up again in the admin/build/module page.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Shields</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8901</link>
		<dc:creator>James Shields</dc:creator>
		<pubDate>Sat, 07 Nov 2009 15:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8901</guid>
		<description>I had a site that was showing double entries of all content in all views and image galleries, but only for certain user groups when using Taxonomy Access Control. I tried using distinct in views, but nothing seemed to fix it.

Eventually I switched from Taxonomy Access Control to TAC Lite as mentioned by jrdixey above, and now everything&#039;s working perfectly.

Thanks jrdixey!</description>
		<content:encoded><![CDATA[<p>I had a site that was showing double entries of all content in all views and image galleries, but only for certain user groups when using Taxonomy Access Control. I tried using distinct in views, but nothing seemed to fix it.</p>
<p>Eventually I switched from Taxonomy Access Control to TAC Lite as mentioned by jrdixey above, and now everything&#8217;s working perfectly.</p>
<p>Thanks jrdixey!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harlequin</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8834</link>
		<dc:creator>Harlequin</dc:creator>
		<pubDate>Wed, 16 Sep 2009 23:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8834</guid>
		<description>For some reason, my homepage won&#039;t change! I just want to add some content to it and have it automatically show new blog/story posts. But it remains static even after having items published to it...</description>
		<content:encoded><![CDATA[<p>For some reason, my homepage won&#8217;t change! I just want to add some content to it and have it automatically show new blog/story posts. But it remains static even after having items published to it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrdixey</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8715</link>
		<dc:creator>jrdixey</dc:creator>
		<pubDate>Tue, 30 Jun 2009 23:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8715</guid>
		<description>Hi Benjamin,

Re: #2, content access, I&#039;ve been using TAC Lite (Taxonomy Access Control Lite) to handle this, and it works very well. For instance, on my site, non-logged in users have no access to forums, so I use TAC Lite in combination with String Override to display a message that lets them know they need to login to access forums.

BTW Chris, I&#039;m very impressed with this site&#039;s forum structure and comment forms. Nice work, especially with the collapsible &quot;Comment Rules&quot; tab! This page solved the content editing filter issue for me instantly, when I too was scratching my head about it. Thank you.

@jrdixey</description>
		<content:encoded><![CDATA[<p>Hi Benjamin,</p>
<p>Re: #2, content access, I&#8217;ve been using TAC Lite (Taxonomy Access Control Lite) to handle this, and it works very well. For instance, on my site, non-logged in users have no access to forums, so I use TAC Lite in combination with String Override to display a message that lets them know they need to login to access forums.</p>
<p>BTW Chris, I&#8217;m very impressed with this site&#8217;s forum structure and comment forms. Nice work, especially with the collapsible &#8220;Comment Rules&#8221; tab! This page solved the content editing filter issue for me instantly, when I too was scratching my head about it. Thank you.</p>
<p>@jrdixey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zigazou</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8651</link>
		<dc:creator>zigazou</dc:creator>
		<pubDate>Sun, 24 May 2009 16:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8651</guid>
		<description>7. My web pages take forever to load. What’s the deal?
Installing a PHP accelerator can be helpful especially if you have lots of modules. It can divide by 2 the time needed to generate the page.

http://en.wikipedia.org/wiki/PHP_accelerator</description>
		<content:encoded><![CDATA[<p>7. My web pages take forever to load. What’s the deal?<br />
Installing a PHP accelerator can be helpful especially if you have lots of modules. It can divide by 2 the time needed to generate the page.</p>
<p><a href="http://en.wikipedia.org/wiki/PHP_accelerator" rel="nofollow">http://en.wikipedia.org/wiki/PHP_accelerator</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tagz &#124; &#34;15 Common Drupal Problems That Make You Scream (Solutions Included) &#124; CHROMATIC&#34; &#124; Comments</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8590</link>
		<dc:creator>Tagz &#124; &#34;15 Common Drupal Problems That Make You Scream (Solutions Included) &#124; CHROMATIC&#34; &#124; Comments</dc:creator>
		<pubDate>Sat, 16 May 2009 16:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8590</guid>
		<description>[...]               [upmod] [downmod]     15 Common Drupal Problems That Make You Scream (Solutions Included) &#124; CHROMATIC  (chromaticsites.com)    0 points posted 2 months, 2 weeks ago by trshant  tags drupal php problems [...]</description>
		<content:encoded><![CDATA[<p>[...]               [upmod] [downmod]     15 Common Drupal Problems That Make You Scream (Solutions Included) | CHROMATIC  (chromaticsites.com)    0 points posted 2 months, 2 weeks ago by trshant  tags drupal php problems [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8569</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 06 May 2009 14:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8569</guid>
		<description>Thanks for your comment Benjamin - I agree on many fronts.  Without going into too much detail on your &quot;Conent Access&quot; problems, have you tried using the permissions settings.  You can definitely allow/deny users (by roles) to create/edit/view/delete different  content types at a pretty granular level.  Perhaps you&#039;re looking for a different type of functionality.  Happy Drupaling!</description>
		<content:encoded><![CDATA[<p>Thanks for your comment Benjamin &#8211; I agree on many fronts.  Without going into too much detail on your &#8220;Conent Access&#8221; problems, have you tried using the permissions settings.  You can definitely allow/deny users (by roles) to create/edit/view/delete different  content types at a pretty granular level.  Perhaps you&#8217;re looking for a different type of functionality.  Happy Drupaling!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Lotter</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8567</link>
		<dc:creator>Benjamin Lotter</dc:creator>
		<pubDate>Tue, 05 May 2009 20:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8567</guid>
		<description>Well I&#039;m still very much a novice but here are the problems that have been (or continue to be) the biggest headaches.
1. &lt;strong&gt;Breadcrumbs&lt;/strong&gt;: After using 1/2 a dozen modules (names withheld to protect the guilty) alone or in combination with one another, I&#039;m still unable to achieve 100% of what I want without writing my own PHP code.  What&#039;s frustrating is that I don&#039;t want anything special at all.  I just want the breadcrumb to match the URL.
ex. http://crummybread.me/Content-type/Nodetitle     HOME &gt;&gt; Content-type &gt;&gt; Node-title

2. &lt;strong&gt;Content access&lt;/strong&gt;: This one is so simple I&#039;m amazed I can&#039;t do it with the core modules.  All I want to do is choose which content types a particular role can view.  To make it even simpler, I need anonymous users to not be able to view certain content types.  Once again, after trying several popular modules including Content Access, I seem unable to preveny anonymous users from viewing content.

3. &lt;strong&gt;Region GUI&lt;/strong&gt;: It would be extremely helpful to have a GUI -- possibly right on the Blocks page -- to add a new region.  Admitedly, this was not that hard to figure out once I opened the various files in the themes, but for a newcomer, this would have helped the learning curve.

4. &lt;strong&gt;Poor or Missing Module Documentation&lt;/strong&gt;: First you really don&#039;t what the module does until you install it and try it.  At least give me a screenshot.  After you install it, you still don&#039;t know what it does and you have to search the menus to find where to make it work (some are under build, other under settings, other create their own directory).  I&#039;ve wasted countless hours installing and configuring modules only to say, &quot;oh, that&#039;s what it does&quot; and uninstalling it.

5. &lt;strong&gt;Taxonomy Setup&lt;/strong&gt;: So after you finally figure out what kind of animal it is, you begin creating categories and terms and then you have no idea what the related terms or synonyms are for.  This goes back to #4, I mean a core module should at least described what each item does.

Most other things I&#039;ve been able to figure out within a reasonable amount of time.  For example, I have successfully setup the following:
*a dev, test and prod site all working off the same installation (in my case with 3 separate dbs but could have easily been 1 db with table prefixes).
*CCK to extend content types with images, attachments, etc.
*Views and Views slideshow to show recent content on the front page (in the sidebar) and on other selected pages
*Autopath Aliasing and Tokens
*Imagecache (almost getting frustrated with this but I don&#039;t think it&#039;s a beginner module anyway)

Still trying to figure out but not frustrated yet because I&#039;m making headway
*Domain module for multiple domains sharing content (distinct from my environmental separation)
*Organic Groups
*Ubercart
*GMap and Locations
*Panels (just installed today)</description>
		<content:encoded><![CDATA[<p>Well I&#8217;m still very much a novice but here are the problems that have been (or continue to be) the biggest headaches.<br />
1. <strong>Breadcrumbs</strong>: After using 1/2 a dozen modules (names withheld to protect the guilty) alone or in combination with one another, I&#8217;m still unable to achieve 100% of what I want without writing my own PHP code.  What&#8217;s frustrating is that I don&#8217;t want anything special at all.  I just want the breadcrumb to match the URL.<br />
ex. <a href="http://crummybread.me/Content-type/Nodetitle" rel="nofollow">http://crummybread.me/Content-type/Nodetitle</a>     HOME &gt;&gt; Content-type &gt;&gt; Node-title</p>
<p>2. <strong>Content access</strong>: This one is so simple I&#8217;m amazed I can&#8217;t do it with the core modules.  All I want to do is choose which content types a particular role can view.  To make it even simpler, I need anonymous users to not be able to view certain content types.  Once again, after trying several popular modules including Content Access, I seem unable to preveny anonymous users from viewing content.</p>
<p>3. <strong>Region GUI</strong>: It would be extremely helpful to have a GUI &#8212; possibly right on the Blocks page &#8212; to add a new region.  Admitedly, this was not that hard to figure out once I opened the various files in the themes, but for a newcomer, this would have helped the learning curve.</p>
<p>4. <strong>Poor or Missing Module Documentation</strong>: First you really don&#8217;t what the module does until you install it and try it.  At least give me a screenshot.  After you install it, you still don&#8217;t know what it does and you have to search the menus to find where to make it work (some are under build, other under settings, other create their own directory).  I&#8217;ve wasted countless hours installing and configuring modules only to say, &#8220;oh, that&#8217;s what it does&#8221; and uninstalling it.</p>
<p>5. <strong>Taxonomy Setup</strong>: So after you finally figure out what kind of animal it is, you begin creating categories and terms and then you have no idea what the related terms or synonyms are for.  This goes back to #4, I mean a core module should at least described what each item does.</p>
<p>Most other things I&#8217;ve been able to figure out within a reasonable amount of time.  For example, I have successfully setup the following:<br />
*a dev, test and prod site all working off the same installation (in my case with 3 separate dbs but could have easily been 1 db with table prefixes).<br />
*CCK to extend content types with images, attachments, etc.<br />
*Views and Views slideshow to show recent content on the front page (in the sidebar) and on other selected pages<br />
*Autopath Aliasing and Tokens<br />
*Imagecache (almost getting frustrated with this but I don&#8217;t think it&#8217;s a beginner module anyway)</p>
<p>Still trying to figure out but not frustrated yet because I&#8217;m making headway<br />
*Domain module for multiple domains sharing content (distinct from my environmental separation)<br />
*Organic Groups<br />
*Ubercart<br />
*GMap and Locations<br />
*Panels (just installed today)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete White</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8550</link>
		<dc:creator>Pete White</dc:creator>
		<pubDate>Wed, 22 Apr 2009 16:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8550</guid>
		<description>Great article, think I&#039;ve come across most myself. The input format one drove me mad for hours!</description>
		<content:encoded><![CDATA[<p>Great article, think I&#8217;ve come across most myself. The input format one drove me mad for hours!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kawaku</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8496</link>
		<dc:creator>kawaku</dc:creator>
		<pubDate>Wed, 01 Apr 2009 16:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8496</guid>
		<description>Nice article, thanks!
I recently experienced a scary problem regarding changing theme configuration (Garland). 
Depending on the filesystem setup (permissions), users set up (umask), and PHP configuration, the changes cannot be saved and the sites loses all format. 
The quickest solution is to disable the safe mode in php.ini (and in every related configuration, including Apache files). I have seen may appearances of this error googling, but not so many properly answered.</description>
		<content:encoded><![CDATA[<p>Nice article, thanks!<br />
I recently experienced a scary problem regarding changing theme configuration (Garland).<br />
Depending on the filesystem setup (permissions), users set up (umask), and PHP configuration, the changes cannot be saved and the sites loses all format.<br />
The quickest solution is to disable the safe mode in php.ini (and in every related configuration, including Apache files). I have seen may appearances of this error googling, but not so many properly answered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8484</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 30 Mar 2009 13:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8484</guid>
		<description>WRT to #9, I think the service is actually named &quot;Mollom&quot;.</description>
		<content:encoded><![CDATA[<p>WRT to #9, I think the service is actually named &#8220;Mollom&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8374</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 23 Feb 2009 20:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-8374</guid>
		<description>Thanks for the comments Albert.  These are both good points, for both beginners and seasoned pros.  Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for the comments Albert.  These are both good points, for both beginners and seasoned pros.  Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
