I attempted an upgrade to 6.x-1.3, got WSOD on running update.php
There is a closing bracket missing in emfield.php, attached patch addresses that.

Also, emthumb now requires imagecache, this is not stated in the .info file, attached patch addresses that.

Sticking to 6.x-1.2 for the moment

CommentFileSizeAuthor
emthumb.info.patch374 byteshutch
emfield.php_.patch652 byteshutch
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aaron’s picture

Status: Active » Fixed

Thanks, @hutch. I fixed the second by removing the requirement for imagecache, which should be optional.

hutch’s picture

Yay, best of both worlds, thanks for the quick response!

2createwdrupal’s picture

Apologies, I just reported the same WSOD on running update.php after installing 6.13.
http://drupal.org/node/619270

re-installed 6.12, all is well.

XiaN Vizjereij’s picture

Version: 6.x-1.13 » 6.x-1.15
Status: Fixed » Active

The emthumb thing didn't made it. I could enable emthumb without having imagecache installed and i'm on the WSOD now with

Fatal error: Call to undefined function imagecache_presets() in ../modules/emfield/contrib/emthumb/emthumb.module on line 681

Alex UA’s picture

Status: Active » Closed (works as designed)

This should be completely fixed by now. Reopen if you still are having a problem.