tusharjoshi / netbeans-php-drupal

Netbeans Drupal Development Tool
Apache License 2.0
107 stars 14 forks source link

Drush Error #14

Closed sbilde closed 12 years ago

sbilde commented 12 years ago

Hi.

I have followed this project for a while, and was excited about testing the 2.0 version with drush.

It doesent seem to work on my machine.

Here is my specs:

Php version: PHP 5.3.6 with Suhosin-Patch (cli)

Drupal version: 7.9

Drush version: 4.5

Netbeans version: 7.0.1

OS version: Mac OSX 10.7.2

Here is some screenshots:

http://www.biso.dk/drush-error.png - (Command not found!?)

http://www.biso.dk/drush-config.png - (I use drush daily, so I know the locally installation is fine))

Am I missing something?

/Steffen

HollyIT commented 12 years ago

When you enter a command don't include drush with it. For example for drush status you would just enter status. The actual drush part is added automatically when building out the full command line.

sbilde commented 12 years ago

Im really embarrassed now :)..- It works like a charm, amd nb-hook is a great command!..- Thanks for the quick repley, and for this awesome tool!

HollyIT commented 12 years ago

LOL no problem at all! It actually catches me a few times. I might work in a trim function on the input to get rid of "drush " just to prevent the mistake from happening.