Hi Alan
Tested this situation, could not reproduce it also.
But when removing the file I get an error
Warning: Illegal string offset ‘sizes’ in /www/wp-content/plugins/media-library-plus/maxgalleria-media-library.php on line 2668
Notice: Uninitialized string offset: 0 in /www/wp-content/plugins/media-library-plus/maxgalleria-media-library.php on line 2668
Warning: Invalid argument supplied for foreach() in /www/wp-content/plugins/media-library-plus/maxgalleria-media-library.php on line 2668
{“message”:”De bestand(en) zijn verwijderd\n”,”files”:”<script type=\”text\/javascript\”>\n\tjQuery(document).ready(function() {\n\tvar mif_visible = (jQuery(\”#mgmlp-media-search-input\”).is(\”:visible\”)) ? false : true;\n jQuery.ajax({\n type: \”POST\”,\n async: true,\n data: { action: \”mlp_display_folder_contents_ajax\”, current_folder_id: \”891\”, image_link: \”1\”, mif_visible: mif_visible, nonce: mgmlp_ajax.nonce },\n url: mgmlp_ajax.ajaxurl,\n dataType: \”html\”,\n success: function (data) \n {\n jQuery(\”#mgmlp-file-container\”).html(data);\n jQuery(\”li a.media-attachment\”).draggable({\n \tcursor: \”move\”,\n helper: function() {\n \tvar selected = jQuery(\”.mg-media-list input:checked\”).parents(\”li\”);\n \tif (selected.length === 0) {\n \t\tselected = jQuery(this);\n \t}\n \tvar container = jQuery(\”<div\/>\”).attr(\”id\”, \”draggingContainer\”);\n \tcontainer.append(selected.clone());\n \treturn container;\n }\n });\n jQuery(\”.media-link\”).droppable( {\n \t accept: \”li a.media-attachment\”,\n \t\thoverClass: \”droppable-hover\”,\n \t\tdrop: handleDropEvent\n });\n },\n error: function (err)\n\t { alert(err.responseText)}\n\t });\n\t});\n<\/script>\n”,”refresh”:true}
My guess is that this is caused by the PHP version I am using on this site
MLF and MaxGallery is installed.