"Change slide image" problem
-
Changed a slide with the new “Change slide image” option and then changed it back to previous image.
Somehow this changed the file-url of the previous image post in media library to the file-url of the new image. So now the media library entry of the old image shows all metadata of the old image but has the file-url to the new image set.
Also the new image was duplicated 2x in upload folder. Something went really wrong, won’t try again for now.
Besides the problem, the plugin should not write anything to the media library entry. In this case the meta
_wp_attached_file
of the previous image id was changed to the url of the new image. Had to fix the url directly in DB and force regeneration of thumbnails.Note: The previous image was saved in an
/uploads/yyyy/mm/
folder, while the new image was saved directly in/uploads/
– the relevant setting of WordPress was changed between these two uploads.Can somebody confirm this behaviour?
- The topic ‘"Change slide image" problem’ is closed to new replies.