hey junkcoder, sorry for the late answer. WP 3.8.1 & php 5.3.13.
Bug confirmed on a fresh install, WP 3.8.1 and plugin 1.10.
Very simple to recreate, new wp install, local database, wampserver 2.2, just adding the 1.10 plugin and trying to add an already uploaded image to any post.
The ul#__attachments-view-xx
is all empty in the admin when inspecting the insert media center html part that should load the images. No javascript bug. Trying to upload a new picture triggers an error message with not much info: “An error occurred in the upload. Please try again later
“.
Setting define('WP_DEBUG', true);
doesn’t seem to help spotting the problem.