<div dir="ltr">Drush is also no longer hosted on d.o. Try cloning it from <a href="https://github.com/drush-ops/drush">https://github.com/drush-ops/drush</a>. Then you can use git checkout <branch> to switch versions easily.</div>
<div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><br></div>Lucas<div><a href="http://www.mtech-llc.com" target="_blank">MTech, LLC</a></div></div></div>
<br><br><div class="gmail_quote">On Sun, May 25, 2014 at 7:52 PM, Dan Kegel <span dir="ltr"><<a href="mailto:dank@kegel.com" target="_blank">dank@kegel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Found it! <a href="https://drupal.org/node/1410242" target="_blank">https://drupal.org/node/1410242</a> mentioned that the<br>
profile argument after 'si' is different between drupal 6 and drupal 7.<br>
<br>
So my whole problem was trying to use the same 'drush system-install standard'<br>
command with both drupal 6 and drupal 7.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Sun, May 25, 2014 at 4:35 PM, Dan Kegel <<a href="mailto:dank@kegel.com">dank@kegel.com</a>> wrote:<br>
> I spoke too soon. With a 6.x drush, 'drush si' succeeded, but trying<br>
> to load the new site in a browser produces a white page;<br>
> /var/log/apache/error.log says<br>
><br>
> PHP Warning: Table 'drupal.access' doesn't exist\nquery: SELECT 1<br>
> FROM access WHERE type = 'host' AND LOWER('192.168.19.2') LIKE<br>
> LOWER(mask) AND status = 0 LIMIT 0, 1 in includes/database.mysql.inc o<br>
> n line 135<br>
> PHP Warning: Table 'drupal.users' doesn't exist\nquery: SELECT u.*,<br>
> s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid =<br>
> 'rhtogqfjg5r8h6u21h0952qkv7' in includes/database.mysql.inc o<br>
> n line 135<br>
> PHP Warning: Table 'drupal.cache' doesn't exist\nquery: SELECT data,<br>
> created, headers, expire, serialized FROM cache WHERE cid =<br>
> 'variables' in includes/database.mysql.inc on line 135<br>
> PHP Warning: Table 'drupal.variable' doesn't exist\nquery: SELECT *<br>
> FROM variable in includes/database.mysql.inc on line 135<br>
> PHP Notice: Undefined variable: variables in includes/bootstrap.inc on line 561<br>
> PHP Warning: Table 'drupal.cache' doesn't exist\nquery: UPDATE cache<br>
> SET data = '', created = 1401060671, expire = 0, headers = '',<br>
> serialized = 0 WHERE cid = 'variables' in includes/database.mysql.i<br>
> nc on line 135<br>
> PHP Notice: Undefined variable: variables in includes/bootstrap.inc on line 568<br>
> PHP Warning: Table 'drupal.system' doesn't exist\nquery: SELECT name,<br>
> filename, throttle FROM system WHERE type = 'module' AND status = 1<br>
> AND bootstrap = 1 ORDER BY weight ASC, filename ASC in includ<br>
> es/database.mysql.inc on line 135<br>
> PHP Warning: Table 'drupal.url_alias' doesn't exist\nquery: SELECT<br>
> COUNT(pid) FROM url_alias in includes/database.mysql.inc on line 135<br>
><br>
> I must not be living cleanly. "drush si" used to work for me...<br>
><br>
> On Sun, May 25, 2014 at 1:24 PM, Dan Kegel <<a href="mailto:dank@kegel.com">dank@kegel.com</a>> wrote:<br>
>> I just wasted a few hours trying to track down the error<br>
>><br>
>> Table &#039;drupal.variable&#039; doesn&#039;t exist<br>
>><br>
>> when doing drush si. Turns out that the releases of drush marked 6.x at<br>
>> <a href="https://drupal.org/node/97249/release?api_version%5B%5D=87" target="_blank">https://drupal.org/node/97249/release?api_version%5B%5D=87</a><br>
>> work fine with Drupal 6, but the releases at<br>
>> <a href="https://github.com/drush-ops/drush/releases" target="_blank">https://github.com/drush-ops/drush/releases</a><br>
>> all seem to exhibit the bug. I guess the github project<br>
>> releases simply aren't meant to support Drupal 6.<br>
>><br>
>> So, if you're trying to use drush with drupal 6, best to<br>
>> use the old download page, not the one at github.<br>
>><br>
>> Probably this was obvious to everyone else, but it was a surprise to me.<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br></div>