Closed (fixed)
Project:
Hostmaster (Aegir)
Version:
6.x-0.4-alpha2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2009 at 22:30 UTC
Updated:
11 Nov 2009 at 05:00 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedIt looks like it's missing the first slash at the start. Hence the error why it can't open the file: it'll be looking for it in /var/aegir/drupal-6.14/var/drush/drush.php .
In the installation, you may have entered 'var/aegir/drush/drush.php' as the path to the Drush executable, instead of '/var/aegir/drush/drush.php' .
You could check this by connecting to the aegir database in mysql and running:
If you see 'var/aegir/drush/drush.php' without the first slash / , update it in the database:
After that, the hosting setup command should work. Let us know how you go.
Comment #2
z.stolar commentedI have verified the correctness of the above variable. I still get that error.
Let me know which other data you need from me.
Comment #3
Anonymous (not verified) commentedI believe zstolar did a reinstall and the problem went away. A missing or misplaced component or wrong version of something must have been the root cause.
Comment #4
z.stolar commentedSo I did, and the problem went away for me, but I'm not sure it was really fixed... I reinstalled to version 6.x-0.3. The version in this issue is 0.4-alpha.
If I have the courage, I'll do a fresh 0.4 install and retry.
Comment #5
davidburnsI'm getting this error as well. I ran the install.sh file provide here.
when i manually link drush.php to /usr/sbin/drush and restart my terminal to test 'drush' I get errors.
When I run 'php /var/aegir/drush/drush.php' it executes just fine.