Hi Folks,<div><br></div><div>So today I just discovered that the variable for putting your site into maintenance mode for D7 is &quot;maintenance_mode&quot; (in D6 it is &quot;site_offline&quot;.</div><div><br></div><div>But here is the weird thing... in the db of a D7 site there is a row in the variables table for the variable: site_offline</div>
<div><br></div><div>My guess on how it happened is that via drush I likely did: drush vset site_offline 1</div><div><br></div><div>I would not have gotten a warning that the variable didn&#39;t exist; I&#39;m pretty sure Drush would have just created a row in the variables table for site_offline and set the value to &quot;1&quot;. And I must not have checked to see whether the site was offline or not. Of course it wouldn&#39;t have been. But I just went on doing my thing and then set it &quot;back&quot; to site_offline 0, not doin&#39; a friggin&#39; thing to the Drupal install other than adding a meaningless row and value to the variables table.</div>
<div><br></div><div>If that is the case, then I&#39;ll just delete that row from the db.</div><div><br></div><div>Unless there is some other way that variable could have gotten there.</div><div><br></div><div>Any other possible explanations?</div>
<div><br></div><div>Also note, this site was a fresh D7 install, not an upgrade from D6.</div><div><br></div><div>Thanks,</div><div><br></div><div>Shai Gluskin</div>