I was hoping for help in getting Drush to work on my websites. I am pretty experienced with Drupal but by no means a programmer and I am very novice at SSH command line. I am getting a variety of errors when I try to utilize drush and nothing seems to be working. I am able to run the command $ drush and see the help commands indicating that I have it installed but otherwise, I cant get anything to work. I get the following error when trying to update a module as an example:
Command pm-update needs a higher bootstrap level to run - you will [error]
need invoke drush from a more functional Drupal environment to run
this command.
Command pm-update needs the following modules installed/enabled to [error]
run: update.
The drush command 'pm-update insert' could not be executed. [error]
A Drupal installation directory could not be found
When I check the drush status, I get the following but it doesnt appear to have any of the other relevant site info that is show in other examples (e.g. theme name, site name, etc.):
durxxxx@durangoxxxx.com [~]# drush status
PHP configuration : /etc/php.ini
Drush version : 4.5
Drush configuration :
Drush alias files :
Drush is currently installed in my home directory on a BlueHost shared account and my primary site is in the public_html directory and I have an additionl site with a separate Drupal version and separate DB in a subdirectory (e.g. /public_html/site2).
Any assistance in finding my issue would be greatly appreciated!