Viewing 2 replies - 1 through 2 (of 2 total)
  • For the upload, were you in the Media Library, or in the editor? And which editor and version?

    Edit: and do you have any plugins that affect the media library or media URLs?

    • This reply was modified 4 years, 7 months ago by Joy. Reason: more question
    Thread Starter waldopepper

    (@waldopepper)

    Thanks for the suggestion, this is something that is being caused by a plugin that clones sites in our Multisite network. Not sure why it’s happening but I have worked out how to fix this in the database table anyways!

    If anyone is interested, the sitename was being appended to the end of the uploads directory so I changed it on the database:

    update databasename.wp_5_options set option_value =’/home/username/public_html/wp-content/uploads’ where option_name like ‘%upload_path%’

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Media library saving images in strange directories’ is closed to new replies.