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

CommentFileSizeAuthor
#3 webcomic.info_.203032.patch348 bytesVyoma

Comments

mustafau’s picture

It is a missing dependency. Webcomic depends on Image module (http://drupal.org/project/image).

Vyoma’s picture

I guess, we need to add that dependency list to the info file.

Vyoma’s picture

StatusFileSize
new348 bytes

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).

Vyoma’s picture

Status: Active » Reviewed & tested by the community
jefkin’s picture

Priority: Critical » Normal

Using Vyoma's patch, and instaling the image module, solved it, thanks guys.

Vyoma’s picture

Status: Reviewed & tested by the community » Fixed

Code committed to HEAD and 5.x-1.x-dev. Should be available in the next nightly snapshot.

Vyoma’s picture

Status: Fixed » Closed (fixed)