drush

Drupal: updating with Drush doesn't change update status

I've updated my drupal installation and drupal modules, but admin/reports/updates says that Drupal version is still 6.12. To update drupal I ran - drush updatecode - drush updatedb (this updated only modules and said code still needs to be updated manually). Then I uploaded core, unzipped it, allowed to overwrite older versions and again...

Drupal/Drush: How to bundle a project.profile within a project.make?

Is there any way to do: files["project.profile"][subdir] = "profiles/project" so I get packed the installation profile on the final bundle? ...

Problem in migrating to LAMP from XAMPP.. Memory limit error

I was using XAMPP for my local machine but as I wanted to run applications like mysql work bench and some test frameworks I decided to switch to LAMP self install. I'm using ubuntu and followed the instructions at: https://help.ubuntu.com/community/ApacheMySQLPHP But the problem is LAMP is consuming too much of my memory (RAM) I've allo...

How safe is it to use Drush?

Since this is a beta-1 release, Is there anything which I should especially be worried about? ...

How to speed up Cygwin?

I have 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 cache clear to execute). I'm quite sure it has something to do with the speed of cygwin since my fellow developers (who are running linux) can run these scri...

How to run drush command from code.

I'd like to trigger a Drush command from a Drupal function, anyone have any suggestions for how best to do it? ...

[Drush/Drupal] PHP fatal error when call mysqli_fetch_array

Hi everybody, I am using Drush which is launching php in command line. I copied my initial php.ini in my local directory so that php is using the same configuration as if it was launched by the web server. When used with the web server, it works well. Unfortunately, when launched with the command line, PHP crashes when drush calls mysql...

Can drush (drupal) do CVS checkout?

I'm using drush, which supposedly can be used instead of a cvs program to checkout from the drupal repository. All tutorials I've found don't mention drush, instead they start with cvs. cvs -z6 -d:pserver:anonymous:[email protected]:/cvs/drupal checkout -d cms -r DRUPAL-6 drupal How do I change this command so it's compatible ...

Keep Drupal updated

Hi, 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 there is a module or a CRON command I can setup to keep the sites updated for me. Thank you. ...

Can libcURL be configured to use my .curlrc when used from PHP

I'm using Drush and Drush Make to automate download of Drupal module from a corporate network behind a NTLM-SSPI Proxy. Drush and Drush Make uses cURL to download files. cURL supports NTLM-SSPI Proxy. I configured cURL for the proxy in my .curlrc file --proxy proxy.example.com:8080 --proxy-ntlm --proxy-user user:password Drush itself ...

Enabling a Feature via Drush

When I enable a Feature through the site UI, everything goes as expected. However, when I enable a feature from drush with drush pm-enable, the following don't happen: Strongarm configurations not applied module_disable (in a new custom module) not performed Why is this? ...

Is it possible to take a Drupal site offline using Drush?

Is it possible to take a Drupal site offline using Drush? ...