• Need WP_DEBUG=true for my work, but the log fills quickly with these:

    Undefined index: aquilaHideLogoMenu in \plugins\aquila-admin-theme\admin\adminBar\adminBarLinks.php on line 39

    The offending line:
    if (!$GLOBALS['aquilaHideLogoMenu']) {

    Have workarounded the issue like this:
    if ( isset( $GLOBALS['aquilaHideLogoMenu'] ) && !$GLOBALS['aquilaHideLogoMenu'] ) {

    Thanks.

Viewing 1 replies (of 1 total)
  • Hi.
    The solution is the next
    go to the plugins folder of the wordpress and change the name to the folder
    aquila-admin-theme -> aquila-admin-theme_old
    ready

Viewing 1 replies (of 1 total)
  • The topic ‘Undefined index: aquilaHideLogoMenu’ is closed to new replies.