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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | webcomic.info_.203032.patch | 348 bytes | Vyoma |
Comments
Comment #1
mustafau commentedIt is a missing dependency. Webcomic depends on Image module (http://drupal.org/project/image).
Comment #2
Vyoma commentedI guess, we need to add that dependency list to the info file.
Comment #3
Vyoma commentedI 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).
Comment #4
Vyoma commentedComment #5
jefkin commentedUsing Vyoma's patch, and instaling the image module, solved it, thanks guys.
Comment #6
Vyoma commentedCode committed to HEAD and 5.x-1.x-dev. Should be available in the next nightly snapshot.
Comment #7
Vyoma commented