Drupal drush error

Niladri Banerjee - Uttarpara

I have installed Composer on C drive (C:\Documents and Settings\All Users\Application Data). I have a drupal7 project on D drive (D:\wamp\www\drupal71).

I have installed Drush by this command: composer global require drush/drush:7.* and it successfully downloaded but skipped installing because of naming conflicts. Please see the attached screen shot.

Now when I run the drush command drush status, it shows that "drush is not recognized as an internal or external command".

Can you please guide / help me?

enter image description here

Ardit Meti

You have to add the PATH to your environment variables. To do this:

  1. Right-click My computer, and go to "Properties" Properties

  2. Go to Advanced System Settings

  3. In the Avanced tab, click Environment Variables
  4. At user variables for User, you should add a line to the "Path" variable ( if you don't have that already create it)
  5. You should add the absolute path where your drush file is DON'T FORGET TO PUT ";" before the other paths which may be already there.
  6. My drush file absolute path was E:/windrush/vendor/drush/drush so I added like the following pictureenter image description here

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Missing drush in OpenShift Drupal module

From Dev

drush drupal openshift update core

From Dev

Drush enable error

From Dev

Drush error after Yosemite update

From Dev

Drush error after Yosemite update

From Dev

Is there a way to install Drupal from bash script without using Drush?

From Dev

Drush or bash command to turn off default Drupal cron

From Dev

can drupal core update using drush make problems?

From Dev

Is it possible to change Drupal8 admin password using Drush?

From Dev

Module installation using drush giving error

From Dev

Running Drupal's drush cron jobs with a newer PHP version from Software Collections

From Dev

Drupal views ajax error

From Dev

JSSOR Slider and Drupal 7 error

From Dev

how to fix this error in Drupal Site?

From Dev

JSSOR Slider and Drupal 7 error

From Dev

Error on the top of every drupal page?

From Dev

how to fix this error in Drupal Site?

From Dev

Drupal WSOD error caused by 'drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);' in index.php

From Dev

Drupal AJAX HTTP error occurred During Installation

From Dev

drupal jquery error: Uncaught TypeError: undefined is not a function

From Dev

Drupal External PHP Ajax Request Error

From Dev

Error when using Drupal Connector in MuleStudio

From Dev

Permissions error in VirtualBox trying to install Drupal 7

From Dev

Getting error when upload file in drupal 7

From Dev

drupal jquery error: Uncaught TypeError: undefined is not a function

From Dev

Drupal ignore the server permission and display permission error

From Dev

Drupal form validation repeat form error twice

From Dev

Error in Drupal index.php file

From Dev

Drupal Commons migrated site 500 error

Related Related

HotTag

Archive