Closed (fixed)
Project:
Context
Version:
7.x-3.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2011 at 11:19 UTC
Updated:
20 May 2012 at 05:08 UTC
Jump to comment: Most recent file
Comments
Comment #1
mrfelton commentedHmm. I had this problem too. A pain when using Aegir to migrate sites from D6 to D7 platforms built from Drush make files as you can't really fiddle around deleting modules and such. The attached patch resolved the issue for me anyway. Need to ensure the file that defines that function is loaded before calling it. After fixing that issue, I got a similar issue from another part of the module where it was trying to call functions from ctools, without first loading in the code. Attached patch resolves that too. With this applied. I could successfully upgrade to D7.
Comment #2
tekante commentedCommitted to 7.x-3.x branch and will be available in latest dev release shortly. Thanks for the bug report and patch.
Comment #4
radiobuzzer commentedI just downloaded a fresh code of drupal 7 and the context module still breaks the upgrade. How can this fixed be pushed up to the drupal 7 release?
Comment #5
tekante commented3.0-beta3 includes this fix.