The mass migration task for platforms fails in Aegir 1.0 RC3
attempted:
curl http://drupalcode.org/project/hostmaster.git/patch/b9ad607f85283a0bbb138... | patch -p1 -R
Doesn't appear to fix the issue. Node Access was also rebuilt several times in the process just to be sure. All led to consistent failure.
Comments
Comment #1
anarcat commentedPlease be more specific about what fails exactly here.
You mentionned something about the page title being wrong?
Comment #2
eclipsegc commentedActually the modal window that pops up says access denied, and on page refresh, you get a title that SHOULD have been in the modal, though the "task name" that you're trying to perform (migrate) is missing from the title.
Comment #3
anarcat commentedI can reproduce, this is the error I get:
Comment #4
anarcat commentedFixing that reference doesn't actually resolve the permission issue, which still stands.
Comment #5
anarcat commentedThe problem was with the CSRF fix introduced in #1117296: cross site request forgery issue in tasks which I have since reverted. head should work again now.