• David Higgins

    (@higginsdzoulcreationscom)


    When editing menus (using UberMenu plugin), the plugin generates an error for each menu item

    Notice: Undefined index: author_noncename in /webroot/wp-content/plugins/custom-author-byline/custom-author-byline.php on line 80

    This error can be resolved by checking for the existence of the nonce name in $POST before attempting to verify access it.

    The plugin should probably verify that the post type being saved, which triggered the ‘save_post’, is actually supported by the plugin and if not, gracefully exit the ‘cab_save_postdata’ at the very top.

    An official update to this issue would be greatly appreciated – at the moment, I have a modified version of the plugin with a hackish update in place (not a real solution, so not worth submitting a patch for)

    http://wordpress.org/extend/plugins/custom-author-byline/

  • The topic ‘author_noncename errors’ is closed to new replies.