• Notice: Undefined index: action in /home/blainesc/public_html/uploads/wp/wp-content/plugins/pagely-multiedit/multiedit.php on line 107

    When saving a post the querystring is blank so this fails:

    if (in_array(basename($_SERVER['PHP_SELF']),array('post.php','page.php')) && $_GET['action'] == 'edit' ) {

    it should check that it exists before it checks it’s value.

    This only happens in debug mode since it’s a warning, but it prevents the page from being redirected so it’s rather annoying when I’m debugging another plugin I’m developing.

    http://wordpress.org/extend/plugins/pagely-multiedit/

  • The topic ‘[Plugin: Page.ly MultiEdit] WP_DEBUG Undefined Index’ is closed to new replies.