Undefined array key "drafts_mbox_default_iswitch"

Issue #92 new
Viorel Cosmin Miron created an issue
In ident_switch.php line 47:                               
  Undefined array key "drafts_mbox_default_iswitch" 

Comments (4)

  1. Xuo

    Hi,

    I get the same issue under roundcube webmail.

    I’ve modified the line 47 of ident_switch.php :

    OLD : if (!$_SESSION[$key])

    NEW : if (!isset($_SESSION[$key]))

    Regards.

    xuo.

  2. Xuo

    Hi,

    Yes, I use php version 8.

    # php --version
    PHP 8.0.27 (cli) (built: Jan  3 2023 23:34:07) ( ZTS )
    Copyright (c) The PHP Group
    Zend Engine v4.0.27, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.27, Copyright (c), by Zend Technologies

    Regards.

    Xuo.

  3. Log in to comment