Patching Drupal

Patching Drupal

I’ve just built a new server for a client, so naturally – as a completionist – I wanted to install the latest and best of everything. So I did. That includes PHP 5.3, and for a Drupal website (I’ve learnt), that’s a bad thing…. a...
Using Drush

Using Drush

A very short post, just to remind me of some Drush commands Installing Modules 1. Login via SSH, and go to the folder in which you want to install your module. e.g public_html/sites/all/modules Use the Drush download command to install one or more modules drush dl...