Hi, I wanted to install drush on my (shared) webserver.
I followed this tutorial: http://coredogs.com/article/drupal-install-and-use-drush
I am using ubuntu 12.04 and the host of my webspace is domaingo.de.
I can run 'drush help' but 'drush en views_ui' does not work. I get the following error:
(13:11:28) [d7dev] drush en views_ui
X-Powered-By: PHP/5.2.17
Content-type: text/html
Notice: Use of undefined constant STDERR - assumed 'STDERR' in /kunden/123456_12345/drush/includes/drush.inc on line 1646
Warning: fwrite(): supplied argument is not a valid stream resource in /kunden/123456_12345/drush/includes/output.inc on line 34
Notice: Use of undefined constant STDERR - assumed 'STDERR' in /kunden/123456_12345/drush/includes/drush.inc on line 1646
Warning: fwrite(): supplied argument is not a valid stream resource in /kunden/123456_12345/drush/includes/output.inc on line 34
I don't know what to do. I hope some of you can help me.
Thanks
Comments
_
First thing to do is always search a modules issue queue: #1064690: Receiving MANY "Use of undefined constant STDERR" type errors running core-cron. Seems there's difficulties using drush on shared hosting which is not surprising, but the issue contains some workarounds that might help.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
Thanks, it seems to work.
Thanks, it seems to work.