• I get this error might be that its not compatible with the other plugins im using or maybe it doesnt work with the latest version of wp.

    in the past i used “Add Linked Images to Gallery” plugin which doesnt work anymore ever – shame they saved me a lot of time.

    Notice: Undefined index: import_external_images_nonce in /plugins/import-external-images/import-external-images.php on line 160

Viewing 1 replies (of 1 total)
  • I’m also getting this error, just adding myself to the thread for notifications.

    To resolve for myself I updated import-external-images.php on line 160 to add an array_key_exists check;

    if ( $force == false && ! array_key_exists('import_external_images_nonce', $_REQUEST) && !wp_verify_nonce( $_REQUEST['import_external_images_nonce'] , 'import_external_images_nonce' ) )
    			return;

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘Error’ is closed to new replies.