• kjetilgf

    (@kjetilgf)


    I hate to mark this broken, since I’ve used this plugin happily for a long time. But now I’ve just set up a fresh site and get this at the top of the admin/backend:
    Notice: Undefined index: displayfav in …wp-content/plugins/ozh-admin-drop-down-menu/inc/core.php on line 264
    It does not seem to inflict on performance, though. Also settings work – and even the error message is almost hidden up under the top black menu bar
    Thanks,
    Kj

    http://wordpress.org/extend/plugins/ozh-admin-drop-down-menu/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Barry

    (@speedwaymedia)

    I disabled line 264,
    //’f’ => $wp_ozh_adminmenu[‘displayfav’],

    in /inc/core.php file. Version 3.6.4

    It seems to function just fine and removed the back end error message.

    I’ve been getting this error too. Barry’s solution fixed it for me. Would be nice to see this corrected in the next release.

    A few weeks ago this popped up. I searched the other parts of the code and displayfav is no longer used. Doesn’t appear in the database either, so safe to comment the line out. Just a holdover from previous versions.

    I wouldn’t say it’s actually “broken”, because it isn’t. It works as expected; just throws an informational notice on a no longer used variable.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Ozh' Admin Drop Down Menu] Get error in backend’ is closed to new replies.