Hi,

When I move a specific folder (in folder management) form the root, and make it into a child folder (subfolder). All images inside the subfolder become broken (grey broken image icons appear). See attach.

When I move the subfolder back to the root, all images are back.

Drupal 7.12
Media 7.x-1.0-rc3
Media Browser Plus 7.x-1.0-beta3+15-dev

CommentFileSizeAuthor
mediaplus.png42.42 KByazzbe

Comments

jamesharv’s picture

I'm also experiencing this. I've traced it to the fact that media_browser_plus_move_physical_folder() doesn't update the uri stored in the database for each file it moves. It gets called from media_browser_plus_media_settings_submit() which is the submit handler for the form at /admin/content/media/folder_list.

Is this by design, or is it a bug? I may have a go at patching this myself if it's not being worked on anywhere else.