Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Anybody still using the HasManyFileManager module?


Go to End


1078 Views

Avatar
bummzack

Community Member, 904 Posts

27 October 2010 at 3:06am

It would be interesting to know if anybody still uses the HasManyFileManager module?
If yes, you have probably thought about updating to DataObjectManager?

I'm currently in the process of migrating several Sites from SilverStripe 2.2.x or 2.3.x to version 2.4.2. Since most of these Sites used the HasManyFileManager module, I had to write a migration script that moves my HasManyFileManager relations to DataObjects.

I wrote a recipe how you can perform such a migration/upgrade if you're still running an old SilverStripe Version with HasManyFileManager:
http://doc.silverstripe.org/recipes:migratefilemanager

The migration script I wrote is also linked in the recipe above. I guess there are also tons of grammatical and spelling errors in that recipe, so please feel free to correct them.