The .install file references IMAGEAPI_IMAGEFILTER_PHP which is defined in imagefilter.inc but not included:

Use of undefined constant IMAGEAPI_IMAGEFILTER_PHP - assumed 'IMAGEAPI_IMAGEFILTER_PHP' in /var/www/vhosts/dev/httpdocs/beijing/sites/default/modules/imageapi/imageapi_gd.install on line 52.

The way we're putting stuff in the $requirements array is colliding with the core GD requirements checks. we should just name ours appropriately:

Array to string conversion in /Users/amorton/Sites/nm/modules/system/system.module on line 1085.

Comments

drewish’s picture

StatusFileSize
new3.22 KB

here's a better way of doing it.

dopry’s picture

Status: Needs review » Fixed

committed...

drewish’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Fixed » Reviewed & tested by the community

I don't think this got committed to HEAD, it looks like it only hit the DRUPAL-5 branch...

drewish’s picture

Status: Reviewed & tested by the community » Fixed

committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.