Closed (fixed)
Project:
Global Redirect
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2010 at 20:10 UTC
Updated:
13 Mar 2011 at 18:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
pickerel commentedThe missing function is in globalredirect.module. I copied it over to the .install file and ran update with no problem.
Comment #2
adeb commentedThank you, solved my problem.
Comment #3
dave reidThe easy solution was to add a drupal_load('module', 'globalredirect') right before calling the function. This has been fixed in the lastest CVS:
http://drupal.org/cvs?commit=434744
http://drupal.org/cvs?commit=434746
Comment #5
SebCorbin commentedI got the error back while upgrading from D6, the patch fixed the error.
Comment #6
bfroehle commentedSebCorbin: This was already fixed in the development branch after 7.x-1.3. See http://ftp.drupal.org/files/projects/globalredirect-HEAD.tar.gz
-Brad
Comment #8
pillarsdotnet commentedApparently the fix in #3 didn't survive the Great Git Migration.
Comment #9
bfroehle commentedIt was fixed right here: http://drupalcode.org/project/globalredirect.git/commitdiff/94534de
The confusion is coming from #1045842: Development releases link to wrong branch which is that all of the fixes are going into the master branch which is != to the 7.x-1.x branch.
Comment #10
pillarsdotnet commentedSo should I be pulling from 7.x-1.x or from master? Or both?
And when I submit a patch relative to "master" which is different from "7.x-1.x" should I set the version to "<none>" since there is no version option labeled "master" ?
Wouldn't it be simpler to just merge the changes in master back into the 7.x-1.x branch?
Or delete the 7.x-1.x branch and then rename master to 7.x-1.x ?
Or rename the master branch to 7.x-2.x and release against that?
Comment #11
pillarsdotnet commentedWell, I answered my own question. I checked out "master" and it totally broke my site.
Okay, I've created a functional local branch combining the 7.x-1.x branch with the master branch.
So here are two patches.
Comment #12
dave reidThis is now fixed on the correct branch, 7.x-1.x.