Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2011 at 09:02 UTC
Updated:
18 Oct 2011 at 06:31 UTC
I thought I'd help document/test upgrading the 7.x-2.x branch.
Trying to update this normally will result in fatal PHP errors and a gorgeous WSOD because of all the new .module's. So here's what I did to make it work.
BACKUP
Thanks for all the hard work!
Comments
Comment #1
franzkewd commentedThanks for this info. It really helps.
Thanks to all for the hard work.
Comment #2
bensnyder commented(Making title stick out a little more.)
Comment #3
aaron commentedawesome, thanks for the writeup! don't forget to back up your database as well; always important w/ cutting edge development.
Comment #4
minneapolisdan commentedThanks. Also, it seems you need to update the File Entity module at the same time, or it won't work. http://drupal.org/project/file_entity
Comment #5
metakel commentedin my module list, the Description of the Media modules reads:
I can disable Media Internet Sources and Media: Youtube, but what should I do with the field type in use? I have CCK which used Media, and there are lot of contents.
Comment #6
robby.griffin commentedYou don't want to disable the media module, just media_internet and media_youtube. Then, with media and mediafield still enabled, download and install the new media module/folder in the order outlined in this article. If you follow those steps, your modules will all be updated and enabled at the end, and there is no need to destroy any fields you already have.
Comment #7
bensnyder commented#6 is a great answer to #5, thanks! @metakel if you need any additional help left us know.
I updated the original post to reflect some comments. If anyone reading this needs a more thorough explanation, I'd be glad to help.
Comment #8
metakel commented#6 and #7: it works. Thank you!
Comment #9
paulgemini commentedThanks for this. I had posted this issue #1295448: PHP fatal error: Class 'MediaBrowserPlugin' not found and this seems to address it.
Comment #10.0
(not verified) commentedUpdating the guide to be more thorough (in response to some of the comments).