Closed (fixed)
Project:
File Ownage
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2012 at 17:15 UTC
Updated:
26 May 2012 at 03:00 UTC
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
Comment #1
dman commentedTrue. 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
Comment #2
dman commentedI'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.