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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | imageapi_gd_install.patch | 3.22 KB | drewish |
| imageapi_gd_install.patch | 1.5 KB | drewish |
Comments
Comment #1
drewish commentedhere's a better way of doing it.
Comment #2
dopry commentedcommitted...
Comment #3
drewish commentedI don't think this got committed to HEAD, it looks like it only hit the DRUPAL-5 branch...
Comment #4
drewish commentedcommitted to HEAD.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.