Closed (fixed)
Project:
Provision
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2010 at 21:21 UTC
Updated:
12 Jun 2014 at 08:41 UTC
Jump to comment: Most recent, Most recent file
When I try to migrate a site having media_mover_api 6.x-1.0-beta4 (6101) to 6.x-1.0-beta6 (6101), provision fails with the following error:
The version of the media_mover_api module found on this platform has a lower Schema version than the one the site has installed
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | migrate-01.png | 33.89 KB | j0nathan |
| #4 | migrate-02.png | 77.09 KB | j0nathan |
Comments
Comment #1
j0nathan commentedsubscribing...
Comment #2
adrian commentedboth of those have the same tag on the file.
http://drupalcode.org/viewvc/drupal/contributions/modules/media_mover/me...
The test looks correct, perhaps there needs to be a cast to integer?
The message also doesn't match what you pasted. Has this changed ?
Comment #3
anarcat commentedI'm not sure we're still having the issue, I'll postpone this until we can reproduce.
The message has changed while trying to diagnose this exact issue: I added the explicit versions in the output to help clarify this. When running with the above code, the version *was* higher up than on the target platform, so maybe we had installed a local more recent version at some point.
Until we can reproduce, feel free to close this.
Comment #4
j0nathan commentedHi,
Last time I deleted the module media_mover_api from the drupal site to be able to migrate it to a new platform and enabling it after. This is a test site with all our modules enabled, so I didn't have to reconfigure it after.
This time the issue is happening again, but with the module schema I've got more information.
Note that I verified both platforms and the site through aegir and I run a drush updatedb on the site before trying to migrate it.
Going through the process, I noted this below and 2 screenshots...
admin/reports/status
admin/build/schema/compare
I am not able to migrate the site.
Comment #5
j0nathan commentedI was able to migrate the site with media mover from a platform on Drupal 6.15 to another platform on Drupal 6.16. I don't know why it worked this time.
Until we can reproduce, feel free to close this.
Comment #6
anarcat commentedThe problem was with some of the hook_update() in the .install file of media_mover_api that weren't following the coding standards:
Notice the extra space before the parenthesis. I fixed the regex so it's more tolerant.