Closed (fixed)
Project:
D7 Media
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Jan 2012 at 12:52 UTC
Updated:
1 May 2013 at 19:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidComment #2
tim.plunkettHow about this?
Comment #3
dave reidIt looks like we're missing a critical piece that this update function requires field_update_7002() to run first.
Comment #4
dave reidComment #5
dave reidRevised patch with media_update_dependencies().
Comment #6
aaron commentedokay this works. I had to do some sleuthing to get it, here are the steps that I used:
git clone --recursive --branch 7.x http://git.drupal.org/project/drupal.git
cd drupal
git checkout 7.12
cd sites/all/modules
git clone --branch 7.x-1.x http://git.drupal.org/project/media.git
git clone --branch 7.x-1.x http://git.drupal.org/project/styles.git
cd media
git checkout 3ae599fe9f2cdb3780b20ab64c8fb1bb6bc541dd
* install the site, and enable the media module (after moving 3 include files, because that specific commit was broken, and I didn't feel like going back further)
git stash
git checkout 7.x-2.x
git apply -v 1418708-field-bundle_settings-update.patch
cd ..
git clone --branch 7.x-2.x http://git.drupal.org/project/file_entity.git
git clone --branch 7.x-1.x http://git.drupal.org/project/ctools.git
git clone --branch 7.x-3.x http://git.drupal.org/project/views.git
cd ../../../
git checkout 7.14
* run all updates
Comment #7
dave reidCommitted #6 to Git.
http://drupalcode.org/project/media.git/commit/34893b0
http://drupalcode.org/project/media.git/commit/97a1c6a
Comment #9
scor commentedDoes this actually work?
patch untested.
Comment #10
scor commentedComment #11
dave reidLooks like this has already been fixed with #1759170: media_update_7016() needs to run after rules_update_7205()