Migrating to filefield (+ either filefield_sources or imagefield) is not trivial, especially if you have lots of imceimage fields. I've tried to automate most of the work with a module, but not sure about the best way to share... should it be a part of imceimage or be it's own drupal.org module? I put it on github for now

It's very much untested, though I plan on using it a lot in the near future. Would love to get some feedback.

http://drupal.org/project/imceimage_2_filefield

Comments

brianfisher’s picture

Have used it successfully on a couple of production sites.

izmeez’s picture

bookmarking to test.

kepford’s picture

Just used tbfisher's module to migrate my imce image fields to filefields. Worked perfectly.

http://github.com/tbfisher/drupal_imceimage_2_filefield

ikeigenwijs’s picture

Migration seemed to works flawlessly for me.
We had a small usages, only in 1 contenttype.

I still have to remove the old module IMCE Image 6.x-1.0-beta2
if that does not have any impact the migration was succesfull.
I m going to wait a week for that.

Anonymous’s picture

Sweet, glad to see someone is working on this. Looking forward to seeing this posted in the drupal.org sandbox... and eventually as a project!

brianfisher’s picture

sachbearbeiter’s picture

please give an info here, if http://drupal.org/node/1078126 is positive ...

+1 and thanks a lot :)

Anonymous’s picture

Wonderful work, I just ran this on my own site and it was a flawless "upgrade."

Thanks

masher’s picture

Worked perfectly, many thanks.

The only difficult part was trying to download it (me being unfamilar the git interface).

brianfisher’s picture

this has been promoted to a separate project, you can download it here: http://drupal.org/project/imceimage_2_filefield

sachbearbeiter’s picture

thanks a lot

sachbearbeiter’s picture

Issue summary: View changes

remove github link, replace with drupal project

dmoore’s picture

Issue summary: View changes

If anyone is interested in migrating to Drupal 8 File field, I have created a new issue which contains code which might help you: https://www.drupal.org/node/2625850