Closed (fixed)
Project:
Project Status
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
17 Jun 2011 at 16:19 UTC
Updated:
19 Jun 2012 at 18:31 UTC
Worked really well on my dev ubuntu vm. but tried same command to an almost identical platform on my production server and it gives this error:
php /var/aegir/drush/drush.php project-status /var/aegir/platforms/d6-prod-2011
05261001
Scanning Drupal sh: drush: not found platform /var/aegir/platforms/d6-prod-201105261001
* hill-logan.co.uk
Can't parse system table: row was sh: drush: not found [error]
* perlucida.com
Can't parse system table: row was sh: drush: not found [error]
* sphop.perlucida.com
Can't parse system table: row was sh: drush: not found [error]
* wormitplaygroup.perlucida.com
Can't parse system table: row was sh: drush: not found [error]
No unused modules
Any idea what might be wrong?
Comments
Comment #1
mvcthat error means that drush isn't in your $PATH. i've now documented this requirement:
http://drupalcode.org/project/project_status.git/commit/2d262dc
try placing a symbolic link to the drush executable in the directory $HOME/bin.
see also this primer on $PATH: https://kb.iu.edu/data/acar.html