Posted by jefkin on December 21, 2007 at 3:46pm
| Project: | Webcomic |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Lucky me, first to try it, first to find this bug :)
Fatal error: Call to undefined function image_display() in /usr/www/users/stout/resolve_ticode.com/frozen/modules/webcomic/webcomic_theme.inc on line 15
I'd be happy to diagnose, but I'm really not sure. I think either a file was not included in your 5.x release, or maybe this module depends on another module that wasn't listed in the dependencies.
What else can I do to help you diagnose, I'm very interested in solving the problem.
Jeff
Comments
#1
It is a missing dependency. Webcomic depends on Image module (http://drupal.org/project/image).
#2
I guess, we need to add that dependency list to the info file.
#3
I just created the patch for the webcomic.info file. It ensures that before the webcomic module is activated, the Views and Image modules is activated.
(Added a dependancy line to the info file).
#4
#5
Using Vyoma's patch, and instaling the image module, solved it, thanks guys.
#6
Code committed to HEAD and 5.x-1.x-dev. Should be available in the next nightly snapshot.
#7