Support » Fixing WordPress » Can’t upload images at all?

  • Resolved jeenie

    (@jeenie)


    I don’t have an option of uploading media from the “Media Library”, or on the “Write” “-Posts” or “-Pages” pages.

    I do have one image in my media library from a previous post that is available to “Delete”, or “Filter”, but there is no “Add” or “Upload” on any of the new wp-admin pages.

    Has anyone else come across this? I appreciate your help to solve this.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • lostinbrittany

    (@lostinbrittany)

    It seems lots of people have problems uploading images on WordPress 2.5, there are several threads about it. No true solution yet 🙁

    Thread Starter jeenie

    (@jeenie)

    Yea, thanks Lost 🙂

    I didn’t see a post that directly related to my issue. If you saw one, please feel free to point me in that direction and I’ll just watch it (hopefully) get solved.

    I watched this 4 minute screencast, and notice now where the buttons for “Add Media” should be. (I can see the links at 1:33 in the movie. There’s pictures/sound and a couple other that I don’t recognize what they are.) They do not show up on my admin pages.

    http://wordpress.org/development/2008/03/wordpress-25-rc2/

    Thanks everyone for the help 🙂

    I’m lost too! 😉

    Thread Starter jeenie

    (@jeenie)

    I also lost my avatar on here and can’t figure out where to fix that, either 🙁

    Thread Starter jeenie

    (@jeenie)

    I have uploaded an image to my website (via ftp) to show where the “Add Media” is missing on my dashboard, if it is of any help to try and solve this problem.

    Thanks everyone for reading & helping.

    ijohnw

    (@ijohnw)

    I just upgraded to 2.5, and I see the exact same issue. I see no way to upload images anywhere to the media library.

    Jeenie- I looked at your image and that is exactly where they should be..has anyone figured out why they are not there?

    Thread Starter jeenie

    (@jeenie)

    ijohnw, I have not heard or read of a fix as of yet. From the link to the video demonstration, I can see that is where the links should be. I have found that the code does exist in the page:

    <div id="media-buttons" class="hide-if-no-js">
    		Add media:
    	<a href="media-upload.php?post_id=52&amp;type=image&amp;TB_iframe=true&amp;height=500&amp;width=640" class="thickbox" title='Add an Image'><img src='images/media-button-image.gif' alt='Add an Image' /></a>
    	<a href="media-upload.php?post_id=52&amp;type=video&amp;TB_iframe=true&amp;height=500&amp;width=640" class="thickbox" title='Add Video'><img src='images/media-button-video.gif' alt='Add Video' /></a>
    
    	<a href="media-upload.php?post_id=52&amp;type=audio&amp;TB_iframe=true&amp;height=500&amp;width=640" class="thickbox" title='Add Audio'><img src='images/media-button-music.gif' alt='Add Audio' /></a>
    	<a href="media-upload.php?post_id=52&amp;TB_iframe=true&amp;height=500&amp;width=640" class="thickbox" title='Add Media'><img src='images/media-button-other.gif' alt='Add Media' /></a>

    I don’t believe I have a problem with javascript, as it is not showing up on any browsers I have access to:

    • Mac: Firefox or Safari
    • Windows: Explorer 7

    (Just from the class title, it is pointing for me to look in the “javascript” direction…)

    Ooo, I do see hack potential until this is fixed. I will look at the code from the particular edit post/page (to get the correct post/page number) and then paste this after my “www.myaddress.com/wp-admin/”

    media-upload.php?post_id=52&amp;type=image&amp;TB_iframe=true&amp;height=500&amp;width=640

    It appears to work… as a bandaid! (This all wouldn’t hurt so much if my AwsomPixGalleries didn’t break on this upgrade too!)

    Let me know if you hear of anything. I’ll certainly do the same!

    Thread Starter jeenie

    (@jeenie)

    Update:

    This does seem to fix it:
    http://wordpress.org/support/topic/164999?replies=1

    WP List Files is the culprit plugin for my site.

    Thanks for the sticky topic, Otto42!!!

    ver0ndel

    (@ver0ndel)

    I had the same problem but now works fine.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can’t upload images at all?’ is closed to new replies.