Closed (cannot reproduce)
Project:
Registry Rebuild
Version:
7.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2012 at 21:18 UTC
Updated:
26 Mar 2018 at 15:33 UTC
Jump to comment: Most recent
Comments
Comment #1
rfayTry to delete all registry_rebuild instances that you may have installed in the local instance (sites/all/modules/registry_rebuild, or sites/*/modules/registry_rebuild. Then install *only* in your ~/.drush. That will probably get you going.
Comment #2
omega8cc commentedComment #3
jomesili commentedHi guys, stil new to using Drush at this time and I gain my share of experience, if you have this problem, as in my case windows 7, cygwin, panopoly, etc follow instructions here http://maxbronsema.com/blog/2013/01/08/drupal-registry-rebuild/
Cheers everyone
Comment #4
djaps commentedI had the same issue,i don't know what caused it,but when i reinstalled registry_rebuild (rr) with terminal it worked nicely,but you must use this line:
drush @none dl registry_rebuild
@none puts it in the drush folder so it can operate from there,if you download without @none it will be downloaded to where u are in the terminal and it will not be usable.
Comment #5
omega8cc commentedJust added this, with better how-to for Drush aliases on the project page. Thanks @Krlenzi !
Comment #6
djaps commentedThanks @omega8cc , it's an honor!
Comment #7
mgalalm commenteddrush @none dl registry_rebuild no longer works try to use drush @none dl registry_rebuild-7.x. Otherwise you'll get No release history available for registry_rebuild 8.x.
Comment #8
elijah lynnOddly for me on drush 8.1.11. @none tries to download the 8.x version so I need to append 7.x but if I use @self then it appends 7.x so I get a 7.x-7.x. So with @self it must detect the Drupal version (good) and with @none it obviously doesn't and you need to specify. My other issue was that on this server @self put it in ~/.drush but @none tried downloading to a few different folders, none of which I was in. One was a deep /opt/....httpd/ folder and one was webroot.
Comment #9
ddarras2012 commentedThank you @mgalalm, that worked!