Issue status update for http://drupal.org/node/19517 Project: Drupal Version: cvs -Component: system.module +Component: base system Category: bug reports Priority: normal Assigned to: Anonymous Reported by: nysus Updated by: wiz Status: active Attachment: http://drupal.org/files/issues/image-gd2.patch (119 bytes) Same problem here, I do have gd2 installed. There seems to be a confusion between 'gd' and 'gd2' in image.inc. After applying the patch it works for me again: the built in functions are called image_gd_xxxx, but because of this one line sometimes image_gd2_xxx functions are looked for. wiz Previous comments: ------------------------------------------------------------------------ March 27, 2005 - 02:58 : nysus I compiled my version of PHP with the --with-gd option on. I do not have the image.module installed. I get the following error in my watchdog logs: details Typephp DateSaturday, March 26, 2005 - 20:56 Usertest [1] Location/admin/settings [2] MessageThe selected image handling toolkit '/gd2/' can not correctly process '/image_gd2_settings/'. Severityerror Hostname192.168.1.6 [1] http://drupal.org/user/1\" title=\"View user profile. [2] http://drupal.org//admin/settings ------------------------------------------------------------------------ March 27, 2005 - 13:53 : stefan nagtegaal I can veriy that this is the case.. Not sure how to fix though.. Another side effect of this is that we can't upload any files, is this only my install or do other people can duplicate the problem?