Hi, I'm trying to get drush site-install working and I am getting an error saying firstly 'The system cannot find the path specified when I am in my drupal root, then repeatedly '$_GET is not recognized as an internal or external variable', then 'Table databasename.variable doesn't exit'
I am using windows 7 in the command line. I have installed all the libraies seperately using these instructions to the letter
https://gist.github.com/861733
I have also tried using the drush installer and command prompt with no joy.
Anyone have any ideas?
Comments
Comment #1
greg.1.anderson commentedDrush on Windows needs some love.
Comment #2
beltofteCan you try to run the Drush commands again and include --debug when executing the command? And then paste the output here in the issue.
Thanks in advance.
Comment #3
greg.1.anderson commentedComment #4
sanday commentedI do some debugg :
Comment #5
lionsharz commentedbump - getting this same error as the start of rezamarefaty's debug
'mode' is not a recognized command... drush on windows (not running in cygwin envrionment, rather straight windows)
Kind of came out of nowhere this one. The only previous mention of 'mode' was a change made to line 137/138 of rsync.core.inc
-- $mode = '-akz';
++ $mode = '-rultvz';
EDIT: Only happens through the GIT bash window - its ok through when I launch drush bash
Comment #6
greg.1.anderson commentedThis issue was marked
closed (won't fix)because Drush has moved to Github.If you still need help, please ask your question again on Drupal Answers and then post a link here to the new question. Please also change the status of this issue to
closed (duplicate).Use our Github project for contributing code, or reporting bugs, or requesting features.