Closed (fixed)
Project:
Signwriter
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Jul 2006 at 14:58 UTC
Updated:
28 Jul 2006 at 04:00 UTC
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
Comment #1
wrunt commentedimagetypes() 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.
Comment #2
pbarnett commentedFixed by enabling php_gd2.dll in php.ini
Thanks!
Might be worth mentioning this dependancy in the docs, though.
Pete.
Comment #3
wrunt commentedI'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.
Comment #4
(not verified) commented