Drupal Planet
Drupalcamp Atlanta Presentation: Why do Drupal Projects Fail?
SundaySep 20,2009
As co-organizer of the Triangle Drupal group, I've met some great people who have had some terrible experiences with Drupal. At the same time, I have become increasingly frustrated by my inability to accurately predict what Drupal projects will succeed and which will fail.
How to Move a Drupal Site to a New Host Without Going Crazy
MondayMay 25,2009
Preparation
A. Upgrade modules and Drupal core code
Although it’s tempting to move your files and database quickly, I strongly recommend doing some preparation first. Before I move Drupal site, I always first check for any new Drupal core and module updates. If there are modules that need to be updated, I do the update before moving my site. The advantage of this is that it is easier later on to debug any problems that arise during the migration if you are already using the latest version of all Drupal code.
Drupal: A Love Story
ThursdayApr 23,2009
I presented on Drupal at UNC's An Introduction to Content Management Systems workshop last week. The presentation is geared to people trying to decide between Drupal, Joomla, and Wordpress. I hope that I swayed a few to the Drupal camp!
How to Decide Between Using Taxonomy Terms and a CCK Field to Classify Content on a Drupal Site
ThursdayMar 19,2009
Drupal Permissions Issues: A Debugging Checklist
SaturdayJan 12,2008
Every once in awhile, when working on a Drupal site, my content either disappears or I cannot log-in. At this point, I usually get rather angry and start thinking of worse case scenarios. What if I can never log into my site again? What if anonymous users can't read articles?
In a rare moment of clarity, I put together the following Drupal permissions debugging checklist. I hope that you find it as useful as I have.
1. Check user access control and make sure that all users can "access content"
Path: mysite.com/admin/user/access

