Hi! I'm trying the 7.x version but there are some problems. The module is looking for "filefield" module instead of "file" module.

On the sourcecode you can find a couple of lines with the following code:

module_exists('filefield')

It should be:

module_exists('file')

Thanks for the attention.

Comments

dman’s picture

Status: Active » Patch (to be ported)

True. The dev version upgrade only got so far before I was distracted by something else.
Your suggestions here are good, so I'm reviewing it now...
This filefield/file rename is going in now.
Thanks for your patience

dman’s picture

Status: Patch (to be ported) » Fixed

I've pushed a LOT of rewrites into -dev today.
It basically wasn't working past 40% - I never finished testing from the first burst on the upgrade. It's looking a lot better now though.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.