• Hi.

    After updating wordpress recently, I am no longer able to upload photos to my website. Beofre updating around 1 in 4 uploads failed, giving me a ‘HTTP error’ message. Now, none of them will work and I get the ‘Error saving media item’ message.

    I have read various posts on here (like this image/media uploader problems?) and have tried reinstalling wordpress update again, disabling and re-enabling plugins, and deleting my uploads folder and creating a new one. I’ve tried uploading photos through FTP and although they show up on the file directory, wordpress won’t recognise them. I’ve also tried uploading through my newsletter and gallery plugins, i get the same error saving media item message. The new version of wordpress doesnt seem to have the option for confirming the save location as it suggests in some posts.

    I’m afraid the other suggestions on these posts are a little advanced for me, and despite trying to find info on here on how to do it, I haven’t been able to:
    1. Change permissions on the uploads folder (to chmod 777? What does that mean please?)
    2. Re-write config or admin files
    3. Create or edit .htaccess files (I can’t find this on my FTP directory)
    4. Empty js_cache folder (I can’t find this in my FTP directory either)

    Please could someone explain to me in layman’s terms how to do these things, or if there’s something else I should try in order to rectify the problem.

    Thank you very much in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there

    1. Change permissions on the uploads folder (to chmod 777? What does that mean please?)

    Shouldn’t need 777, 775 should be enough. You can read up on permissions here:

    http://codex.wordpress.org/Changing_File_Permissions

    2. Re-write config or admin files

    What do you mean here?

    As in replace upload and overwrite with a fresh batch of files?

    3. Create or edit .htaccess files (I can’t find this on my FTP directory)

    files that start with a full stop/period are hidden files, your FTP program should have an option to show hidden/invisible files. For example if you’re using WinSCP for your FTP program then you can enable them in the preferences, you can read more on that here:

    http://winscp.net/eng/docs/ui_pref_panels

    Not sure how cache might hurt uploads, where did you read that?

    Take care.

    Thread Starter djfairbrother

    (@djfairbrother)

    Hi timothy,
    Thanks for your reply and sorry for the delay in mine.

    1. Thanks for the link.

    2. Yes, It suggests here deleting admin and includes files and uploading them fresh. Would reinstalling the whole update not achieve this? If not please can you explain how to only refresh these specific files?

    3. Thanks for the info. It mentions on the same post about creating a new .htaccess file under the admin directory (point 6). How do i do that?

    Do you have any other suggestions of how to fix the problem ? Current error message is “failed to save to wp-content/uploads”

    Thanks for your continuing support!

    Duncan

    Hey there.

    2. Yes, It suggests here deleting admin and includes files and uploading them fresh. Would reinstalling the whole update not achieve this? If not please can you explain how to only refresh these specific files?

    That’s a pretty old post (6 years ago), I didn’t read it all.

    You need to keep:

    /wp-contents/ – This contains uploads, themes and plugins.
    wp-config.php – This contains your database and config details.
    .htaccess – This basically sets up how files are served

    So you can upload and replace all the other files, unless for some reason you made changes (which you shouldn’t) or uploaded some other files/folders you need to keep.

    Usually this is done to update WordPress, replace corrupt files, correct ownership/permissions for example if uploaded by the wrong user.

    Using the WordPress updater does the same thing. Multisite install:

    /wp-admin/network/update-core.php

    And single site:

    /wp-admin/update-core.php

    There is a Re-install Now button (if on latest version) or update if there is a new version available. This does the same thing for you.

    3. Thanks for the info. It mentions on the same post about creating a new .htaccess file under the admin directory (point 6). How do i do that?

    This depends on your setup, you can see the options here:

    http://codex.wordpress.org/htaccess

    I’d be checking permissions first.

    Take care.

    Thread Starter djfairbrother

    (@djfairbrother)

    Hi,

    I’ve checked the permissions, deleted and re-uploaded the wp-admin and wp-includes folders, created a new .htaccess file using the link you provided (didn’t seem to be one at all before, even after making hidden files visible?), and done a re-install update.

    Still getting the same problem. Any ideas greatly appreciated!

    Duncan

    Thread Starter djfairbrother

    (@djfairbrother)

    Could it be a windows server-specific problem, as mentioned here?

    http://wordpress.org/support/topic/error-saving-media-attachment-18

    Duncan

    If you’re using Window then sure I suppose it could be. I don’t use Windows but I believe the folders need read and write access.

    Have you checked in with your host to see what they say, they will surely know the environment the best and maybe able to offer more specific help.

    I don’t think I’ve had this issue before so I took a quick look in the code to see where it was but couldn’t find ‘Error saving media item’ I found pretty much the same one though ‘Error saving media attachment’ and instead searched for that to see if other users had issues there.

    You may also like to check your browser, maybe try in a different one. It’s the direct the guys over at WP.com were going with that error:

    http://en.forums.wordpress.com/topic/error-saving-media-attachment-4

    It seems it might be something interfering with the HTTP requests.

    Anyway have a look, try another browser, hopefully this might help. 🙂

    Take care.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error saving media item’ is closed to new replies.