Включення модуля Image Watermark у Drupal 5.x приводить до такої помилки:
Function $function does not exist. Watermarking cannot be done. Please make sure that you are running PHP 4.3 or higher, or that you (or your hosting provider) manually compile the GD library into your PHP installation. You also need PHP to be compiled with --enable-exif.
На http://drupal.org/node/77406 є вирішення цієї проблеми. Треба включити модулі "Exif" і"GD", потім перекомпілювати PHP з --enable-exif. Це означає, що у файлі php.ini стрічку
;extension=php_exif.dll
треба розкоментувати (забрати ';'). Потім треба рестартувати "ALL Services".