Technical information on this site may be out of date : no updates since 2015

Updating Drupal

December 15, 2008 , posted under drupal mysql sql

For most of 2008 I’ve been working on a large Drupal installation (around 10 developers,  something like 100 custom modules, 17 languages, split over 2 sites).

This all adds up to a lot of updates, and schema changes.

Read More…

Why you should Hack Drupal Core

December 1, 2008 , posted under drupal

OK - so I’m a heretic.

This is absolutely against the accepted Drupal Dogma.

What’s great about Drupal is that you can achieve most things without hacking the core codebase; this means that every Drupal installation has the same base and any good developer who knows Drupal can take over the site.

Read More…

Drupal file_copy won't work outside of the Drupal install

November 11, 2008 , posted under php drupal

The selected file could not be uploaded, because the destination is not properly configured

This “feature” has bitten me before. It’s one of those annoying Drupal things which would be fine if the error message wasn’t so misleading.

What’s happening is that file_copy() calls file_create_path()

Read More…

Time to upgrade to Drupal 6?

July 18, 2008 , posted under drupal upgrade

Drupal 6 has been out for a while now, Drupal 7 is in the works, and yet most sites still seem to be using Drupal 5. Is it time to upgrade yet?

If it was just the core features the answer would be simple, Drupal 6 is better and is fully stable.

The problem is that many (maybe most) of the features of a Drupal website are powered by contributed modules, and modules written for Drupal 5 don’t work with Drupal 6.

Read More…