After installing and enabling Signwriter, trying to add a profile gives a blank screen. The error is "Call to undefined function imagetypes() in C:\\Documents and Settings\\All Users\\Documents\\drupal-4.7.0\\modules\\signwriter\\signwriter.module on line 632, referer: http://localhost/?q=admin/settings/signwriter".

Any suggestions?

Comments

wrunt’s picture

Assigned: Unassigned » wrunt

imagetypes() should be available in php >= 4.0.2. You'll need the GD library installed as well, which should come standard with php >= 4.3.

pbarnett’s picture

Fixed by enabling php_gd2.dll in php.ini

Thanks!

Might be worth mentioning this dependancy in the docs, though.

Pete.

wrunt’s picture

Status: Active » Fixed

I've added to the docs concerning this, and the settings page should now warn if the GD library is missing, rather than displaying a blank page.

Anonymous’s picture

Status: Fixed » Closed (fixed)