<?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>Mon, 30 Jan 2012 17:53:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Frank</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-63253</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 25 Jan 2012 22:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-63253</guid>
		<description>When you realize your site being really slow and sometimes certain paths in your browser don&#039;t work, then also check if you have not accidentally unpacked the Drupal core in /sites/all/modules while you copied and untared a lot of modules. Drupal won&#039;t complain about this, but it really messes up system paths and performance. If a system is damaged like this, delete all caches, export the DB and replace all drupal core lib directory paths that are being looked for in sites/all/modules using some RegEx with the path checking from the DocRoot. Import the fixed database and all is fine again. And don&#039;t forget to delete the unpacked core file from sites/all/modules before accessing the site.</description>
		<content:encoded><![CDATA[<p>When you realize your site being really slow and sometimes certain paths in your browser don&#8217;t work, then also check if you have not accidentally unpacked the Drupal core in /sites/all/modules while you copied and untared a lot of modules. Drupal won&#8217;t complain about this, but it really messes up system paths and performance. If a system is damaged like this, delete all caches, export the DB and replace all drupal core lib directory paths that are being looked for in sites/all/modules using some RegEx with the path checking from the DocRoot. Import the fixed database and all is fine again. And don&#8217;t forget to delete the unpacked core file from sites/all/modules before accessing the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-61996</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 19 Jan 2012 16:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-61996</guid>
		<description>Problem: Anonymous users can&#039;t load some/all images!
Solution: Make sure anonymous permissions boxes are checked for your imagecache profiles!

Why these aren&#039;t checked by default is a mystery...</description>
		<content:encoded><![CDATA[<p>Problem: Anonymous users can&#8217;t load some/all images!<br />
Solution: Make sure anonymous permissions boxes are checked for your imagecache profiles!</p>
<p>Why these aren&#8217;t checked by default is a mystery&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By:  Bookmark this on Delicious &#8211; Saved by snorith to reference development drupal &#8211; More about this bookmark &#124; Laaatech.com</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-61943</link>
		<dc:creator> Bookmark this on Delicious &#8211; Saved by snorith to reference development drupal &#8211; More about this bookmark &#124; Laaatech.com</dc:creator>
		<pubDate>Thu, 19 Jan 2012 12:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-61943</guid>
		<description>[...] 15 Common Drupal Problems That Make You Scream    &#160;           If you enjoyed this article, please consider sharing it! [...]</description>
		<content:encoded><![CDATA[<p>[...] 15 Common Drupal Problems That Make You Scream    &nbsp;           If you enjoyed this article, please consider sharing it! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-36507</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Fri, 04 Nov 2011 21:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-36507</guid>
		<description>Status messages not being shown to anon users without cookies!

That&#039;s really bugging me at the moment, but it looks like there might be no cure. So, admittedly, it&#039;s not suitable for your list! 
It took me a long time to discover why anon users can submit a comment (with moderation on) or use the contact form, only to receive no feedback about whether it was successful or not. It didn&#039;t have to be done that way and it&#039;s very unfriendly and misleading. Each form should redirect to a confirmation page.</description>
		<content:encoded><![CDATA[<p>Status messages not being shown to anon users without cookies!</p>
<p>That&#8217;s really bugging me at the moment, but it looks like there might be no cure. So, admittedly, it&#8217;s not suitable for your list!<br />
It took me a long time to discover why anon users can submit a comment (with moderation on) or use the contact form, only to receive no feedback about whether it was successful or not. It didn&#8217;t have to be done that way and it&#8217;s very unfriendly and misleading. Each form should redirect to a confirmation page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Presler</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-34541</link>
		<dc:creator>Ken Presler</dc:creator>
		<pubDate>Sat, 29 Oct 2011 13:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-34541</guid>
		<description>I am having an issue where not even the admin can add new forums. I have forum access and advanced forums enabled, and i have scoured the permissions to make sure they can be added by the right roles. I was able to add them previously. I also cant seem to get anyone to see pages that have been published by users or admins.  They can see their own pages and admins can see them. But standard authenticated users cannot. I have checked the permissions and set it so authorized users can see published content, but doesn&#039;t seem to matter. Any ideas?

BTW thanks for the ideas on the page, i was able to speed up the site, with the cached information.</description>
		<content:encoded><![CDATA[<p>I am having an issue where not even the admin can add new forums. I have forum access and advanced forums enabled, and i have scoured the permissions to make sure they can be added by the right roles. I was able to add them previously. I also cant seem to get anyone to see pages that have been published by users or admins.  They can see their own pages and admins can see them. But standard authenticated users cannot. I have checked the permissions and set it so authorized users can see published content, but doesn&#8217;t seem to matter. Any ideas?</p>
<p>BTW thanks for the ideas on the page, i was able to speed up the site, with the cached information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adel</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-27494</link>
		<dc:creator>Adel</dc:creator>
		<pubDate>Wed, 14 Sep 2011 10:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-27494</guid>
		<description>Fatal error: Call to undefined function system_run_automated_cron()
I was theming my site when this error came and ruined my life !! I don&#039;t have any access to the site now, I think (as they explained to me) this is due to the &quot;rebuild the theme registry on every page&quot; feature that I activated (since I was designing) but I don&#039;t now how to go back now, I don&#039;t have any solution, any help I would be grateful.</description>
		<content:encoded><![CDATA[<p>Fatal error: Call to undefined function system_run_automated_cron()<br />
I was theming my site when this error came and ruined my life !! I don&#8217;t have any access to the site now, I think (as they explained to me) this is due to the &#8220;rebuild the theme registry on every page&#8221; feature that I activated (since I was designing) but I don&#8217;t now how to go back now, I don&#8217;t have any solution, any help I would be grateful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thierry geufroi</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-16063</link>
		<dc:creator>thierry geufroi</dc:creator>
		<pubDate>Wed, 18 May 2011 09:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-16063</guid>
		<description>thanks for answering.
I eventually found in a forum that the &quot;me aliase&quot; module was actually faulty, ovoiding the profile field to load content on user account page !
there is a may 11 2011 update for that module that indeed fixes the issue.
I was trying everything for days...not understanding a thing.
cheers</description>
		<content:encoded><![CDATA[<p>thanks for answering.<br />
I eventually found in a forum that the &#8220;me aliase&#8221; module was actually faulty, ovoiding the profile field to load content on user account page !<br />
there is a may 11 2011 update for that module that indeed fixes the issue.<br />
I was trying everything for days&#8230;not understanding a thing.<br />
cheers</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-16021</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 17 May 2011 15:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-16021</guid>
		<description>I would check your permissions at Admin &gt; Users &gt; Permisions.  Sounds like you need to open up the permissions to the role in question.</description>
		<content:encoded><![CDATA[<p>I would check your permissions at Admin &gt; Users &gt; Permisions.  Sounds like you need to open up the permissions to the role in question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thierry geufroi</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-16017</link>
		<dc:creator>thierry geufroi</dc:creator>
		<pubDate>Tue, 17 May 2011 15:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-16017</guid>
		<description>thanks for this. I came to this page cause there is a thing that drives me nuts...I added few profile core module extra field to the user (like address...) and it appears that only the admin can see those fields content.
the user that filled them during registration can&#039;t see their content afterward when clicking on my account and modify...
Any clue ? thanks in advance.</description>
		<content:encoded><![CDATA[<p>thanks for this. I came to this page cause there is a thing that drives me nuts&#8230;I added few profile core module extra field to the user (like address&#8230;) and it appears that only the admin can see those fields content.<br />
the user that filled them during registration can&#8217;t see their content afterward when clicking on my account and modify&#8230;<br />
Any clue ? thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I S</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9100</link>
		<dc:creator>I S</dc:creator>
		<pubDate>Wed, 07 Apr 2010 19:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9100</guid>
		<description>Thanks for the response JRD. Found the solution to both the problems.

Issue No.1 arises because of caching of page by browser. It does not serve the refreshed copy after logout. This can be resolved by making changes in include/bootstrap.inc file. Change header(&quot;Cache-Control:no-store, no-cache, must-revalidate); in function drupal_page_header().
Issue No 2 can be solved by disabling block caching, Site Information&gt;Performance&gt;Block Caching. This might have a performance hit though.

IS</description>
		<content:encoded><![CDATA[<p>Thanks for the response JRD. Found the solution to both the problems.</p>
<p>Issue No.1 arises because of caching of page by browser. It does not serve the refreshed copy after logout. This can be resolved by making changes in include/bootstrap.inc file. Change header(&#8220;Cache-Control:no-store, no-cache, must-revalidate); in function drupal_page_header().<br />
Issue No 2 can be solved by disabling block caching, Site Information&gt;Performance&gt;Block Caching. This might have a performance hit though.</p>
<p>IS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR Dixey</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9099</link>
		<dc:creator>JR Dixey</dc:creator>
		<pubDate>Wed, 07 Apr 2010 18:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9099</guid>
		<description>Take a look at the modules &quot;Login Toboggan&quot; and &quot;Redirect 403 to User Login&quot;. I am using both of those and no longer have this problem. I would also try posting an issue to the post-installation forum on drupal.org to increase the chance of your question being seen/responded to. There&#039;s IRC as well, but I&#039;ve had less than stellar luck getting support there!</description>
		<content:encoded><![CDATA[<p>Take a look at the modules &#8220;Login Toboggan&#8221; and &#8220;Redirect 403 to User Login&#8221;. I am using both of those and no longer have this problem. I would also try posting an issue to the post-installation forum on drupal.org to increase the chance of your question being seen/responded to. There&#8217;s IRC as well, but I&#8217;ve had less than stellar luck getting support there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IS</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9097</link>
		<dc:creator>IS</dc:creator>
		<pubDate>Wed, 07 Apr 2010 08:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9097</guid>
		<description>I have some issues with the login block. 

1. When a user creates a new registration and tries to logout, he gets to see the &quot;Registration Successful&quot; message and can see the links in navigation too. However, clicking on any of those links takes her/him to 403 (Access Denied) page. This will keep on happening till the user clears browser cache.

2. Sometimes, the user enters login information but is presented again with the login page.

Would really appreciate a solution for these problems.

Thanks.</description>
		<content:encoded><![CDATA[<p>I have some issues with the login block. </p>
<p>1. When a user creates a new registration and tries to logout, he gets to see the &#8220;Registration Successful&#8221; message and can see the links in navigation too. However, clicking on any of those links takes her/him to 403 (Access Denied) page. This will keep on happening till the user clears browser cache.</p>
<p>2. Sometimes, the user enters login information but is presented again with the login page.</p>
<p>Would really appreciate a solution for these problems.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anivair</title>
		<link>http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9067</link>
		<dc:creator>Anivair</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromaticsites.com/blog/15-common-drupal-problems-that-make-you-scream-solutions-included/#comment-9067</guid>
		<description>Another reason that pages load slowly is that you may be in preview mode for themes.  When editing themes you will often be put into preview mode where every time you load a web page, the theme is rebuilt in total.  this makes it really easy to edit themes fast, but regular viewing is a drag.</description>
		<content:encoded><![CDATA[<p>Another reason that pages load slowly is that you may be in preview mode for themes.  When editing themes you will often be put into preview mode where every time you load a web page, the theme is rebuilt in total.  this makes it really easy to edit themes fast, but regular viewing is a drag.</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

