Each time I install Avatar Gallery - My Drupal install collapses and I get the following error
AdvisorGarage - July 9, 2007 - 02:24
| Project: | Avatar gallery |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Fatal error: Call to undefined function imagecreatefromjpeg() in /opt/htdocs/community/modules/avatar_gallery/avatar_gallery.module on line 384
Really need the functionality of this module so would very much welcome any hints or fixes. If something really simple - apologies in advance!

#1
This is very old but the problem is probably that your version of php is too low or that your version of the GD library is too low (or the GD library is not installed)
I think GD 1.8 is the minimum for this function.
You need to talk to your web host about resolving this.