Support

Account

Home Forums General Issues Options page plugin Reply To: Options page plugin

  • Thx for your reply Elliot.

    It seems like I do get some errors on the edit post page:

    Notice: Undefined index: autosave in /wordpress/wp-includes/class.wp-scripts.php on line 169

    Notice: Trying to get property of non-object in /wordpress/wp-includes/class.wp-scripts.php on line 169

    I think that is because I disabled autosave a long time ago, but this shouldn’t be related to your options page menu, right?

    There are also 2 errors related to a plugin, which is working fine btw:

    Notice: Undefined variable: options in /wordpress/wp-content/plugins/dropdown-menu-widget/shailan.DropDownMenu.php on line 48

    Warning: Invalid argument supplied for foreach() in /wordpress/wp-content/plugins/dropdown-menu-widget/shailan.DropDownMenu.php on line 239

    I run these codes in the functions.php of my child theme, but they are in the root of that file. That shouldn’t be a problem, right?