Easy Solutions For Issues I’d bet you Had At Your Project Lately

Are you a Drupal developer with a few projects under your belt? If so, then you’ve likely encountered some of the same issues over and over again. Wouldn’t it be great to have some fast fixes around to help you out? Well, here are several you might find handy.

Do you keep getting ‘Page not found’ error messages everywhere except the homepage? If so, then you may be trying to pull your site with the help of Git and sourcing the database. Everything appears to be in order, but any link you click leads to a 500 error. Make sure Apache has an AllowOverride all setting and that PHP is properly compiled against curl.

Are you having trouble with an unusable theme? This is often the result of doing something with the name of the theme. You can restore it to its original state with the help of Drush. Simply enter drush vset theme_default garland and the theme should return to normal.

Finally, if you’re having issues launching your site on a client’s server, there are a few things to check. Make sure SSH and