On Wed, Aug 6, 2008 at 2:56 PM, Cristian Ionescu-Idbohrn
<[EMAIL PROTECTED]> wrote:
> On Tue, 5 Aug 2008, Scott Ullrich wrote:
>
>> Your best bet would be to enable the serial console option in System
>> -> Advanced after restore.   Take note of the option that gets enabled
>> and add it to config.xml before restoring in an emergency, etc.
>
> Nothing gets enabled, AFAICS :(

Did anyone look at the code?

                if ($_POST['enableserial'] == "yes")
                        $config['system']['enableserial'] = true;
                else
                        unset($config['system']['enableserial']);

So you want to enable:

<system>
  <enableserial/>

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to