<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 &lt;branch&gt; 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">&lt;<a href="mailto:dank@kegel.com" target="_blank">dank@kegel.com</a>&gt;</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 &#39;si&#39; is different between drupal 6 and drupal 7.<br>
<br>
So my whole problem was trying to use the same &#39;drush system-install standard&#39;<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 &lt;<a href="mailto:dank@kegel.com">dank@kegel.com</a>&gt; wrote:<br>
&gt; I spoke too soon.  With a 6.x drush, &#39;drush si&#39; succeeded, but trying<br>
&gt; to load the new site in a browser produces a white page;<br>
&gt; /var/log/apache/error.log says<br>
&gt;<br>
&gt; PHP Warning:  Table &#39;drupal.access&#39; doesn&#39;t exist\nquery: SELECT 1<br>
&gt; FROM access WHERE type = &#39;host&#39; AND LOWER(&#39;192.168.19.2&#39;) LIKE<br>
&gt; LOWER(mask) AND status = 0 LIMIT 0, 1 in includes/database.mysql.inc o<br>
&gt; n line 135<br>
&gt; PHP Warning:  Table &#39;drupal.users&#39; doesn&#39;t exist\nquery: SELECT u.*,<br>
&gt; s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid =<br>
&gt; &#39;rhtogqfjg5r8h6u21h0952qkv7&#39; in includes/database.mysql.inc o<br>
&gt; n line 135<br>
&gt; PHP Warning:  Table &#39;drupal.cache&#39; doesn&#39;t exist\nquery: SELECT data,<br>
&gt; created, headers, expire, serialized FROM cache WHERE cid =<br>
&gt; &#39;variables&#39; in includes/database.mysql.inc on line 135<br>
&gt; PHP Warning:  Table &#39;drupal.variable&#39; doesn&#39;t exist\nquery: SELECT *<br>
&gt; FROM variable in includes/database.mysql.inc on line 135<br>
&gt; PHP Notice:  Undefined variable: variables in includes/bootstrap.inc on line 561<br>
&gt; PHP Warning:  Table &#39;drupal.cache&#39; doesn&#39;t exist\nquery: UPDATE cache<br>
&gt; SET data = &#39;&#39;, created = 1401060671, expire = 0, headers = &#39;&#39;,<br>
&gt; serialized = 0 WHERE cid = &#39;variables&#39; in includes/database.mysql.i<br>
&gt; nc on line 135<br>
&gt; PHP Notice:  Undefined variable: variables in includes/bootstrap.inc on line 568<br>
&gt; PHP Warning:  Table &#39;drupal.system&#39; doesn&#39;t exist\nquery: SELECT name,<br>
&gt; filename, throttle FROM system WHERE type = &#39;module&#39; AND status = 1<br>
&gt; AND bootstrap = 1 ORDER BY weight ASC, filename ASC in includ<br>
&gt; es/database.mysql.inc on line 135<br>
&gt; PHP Warning:  Table &#39;drupal.url_alias&#39; doesn&#39;t exist\nquery: SELECT<br>
&gt; COUNT(pid) FROM url_alias in includes/database.mysql.inc on line 135<br>
&gt;<br>
&gt; I must not be living cleanly.  &quot;drush si&quot; used to work for me...<br>
&gt;<br>
&gt; On Sun, May 25, 2014 at 1:24 PM, Dan Kegel &lt;<a href="mailto:dank@kegel.com">dank@kegel.com</a>&gt; wrote:<br>
&gt;&gt; I just wasted a few hours trying to track down the error<br>
&gt;&gt;<br>
&gt;&gt; Table &amp;#039;drupal.variable&amp;#039; doesn&amp;#039;t exist<br>
&gt;&gt;<br>
&gt;&gt; when doing drush si.  Turns out that the releases of drush marked 6.x at<br>
&gt;&gt; <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>
&gt;&gt; work fine with Drupal 6, but the releases at<br>
&gt;&gt; <a href="https://github.com/drush-ops/drush/releases" target="_blank">https://github.com/drush-ops/drush/releases</a><br>
&gt;&gt; all seem to exhibit the bug.  I guess the github project<br>
&gt;&gt; releases simply aren&#39;t meant to support Drupal 6.<br>
&gt;&gt;<br>
&gt;&gt; So, if you&#39;re trying to use drush with drupal 6, best to<br>
&gt;&gt; use the old download page, not the one at github.<br>
&gt;&gt;<br>
&gt;&gt; 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>