drush
Drush status: unrecoverable error caused by drupal_goto() in hook_init()
I have a module with a drupal_goto() that redirects users if they don\'t pass the age requirements (wine site) in hook_init().The module is set with a heavier weight so it loads last.[详细]
2023-03-23 09:31 分类:问答Changing interpreter bash script
Is there any way for changing the interpreter in the middle of a bash scrip开发者_如何学编程t[详细]
2023-03-10 08:54 分类:问答How to apply a patch to drupal core using a drush make
I\'m in the开发者_如何学Python process of a disassembling of a live drupal based site. While writing a drush make file I discovered there was some patching of contrib modules and core. I can instruct[详细]
2023-03-03 09:18 分类:问答Drush workflow with git
I\'ve read that when updating Drupal modules with Drush you should first delete the module so that there aren\'t any orphaned files that could end up causing 开发者_运维百科problems. Is there an autom[详细]
2023-02-12 01:16 分类:问答In drupal, do I need to update after "site install"ing using drush?
When I use drush to site install (drush si profileName), do I开发者_StackOverflow中文版 need to run an update so all the modules will run what they need as part as their update methods, or does a fres[详细]
2023-01-29 04:52 分类:问答Is it possible to create users with drush 2?
I like to creat开发者_C百科e users from a bash script via drush. Is it possible with a plain drush 2.x?[详细]
2023-01-27 11:17 分类:问答Is it possible to take a Drupal site offline using Drush?
Is it possible 开发者_开发问答to take a Drupal site offline using Drush?Yep. drush vset site_offline 1 will set it offline, then drush vdel site_offline will bring it back.[详细]
2023-01-22 05:50 分类:问答Keep Drupal updated
I am trying to keep a couple of Drupal sites updated and I tired of the whole process. I recently find out about Drush and I was wondering if ther开发者_C百科e is a module or a CRON command I can setu[详细]
2023-01-14 05:52 分类:问答How to run drush command from code
I\'d like to trigger a D开发者_运维问答rush command from a Drupal function, anyone have any suggestions for how best to do it?Some drush commands are just making calls to standard Drupal functionality[详细]
2023-01-05 08:06 分类:问答How to speed up Cygwin?
I ha开发者_运维知识库ve been running drush scripts (for Drupal) with Cygwin on my relatively fast windows machine, but I still have to wait about a minute for any drush command (specifically drush cac[详细]
2022-12-25 01:45 分类:问答