Images are not displayed in wordpress media Library

Actually I am facing an error while uploading the images and insert it into post in wordpress.
Here I am Unable to view the uploaded images in the Media Library

I am unable to upload and view the image

Related posts

Leave a Reply

2 comments

  1. Try to check permission of that “upload” folder, give 777 or remove read only from whole subfolders of “upload” folder.

    give 777 to “upload”

    Thanks

  2. Even after changing the permission to 777 i couldn’t get it working in my latest wordpress 3.9.1 fresh install. Then i found out that my custom theme was out dated and i had to add the below line in functions.php file inside my custom theme folder

    wp_enqueue_script( 'jquery-ui-dialog', false, array('jquery'), false, true ); 
    

    I found that from this link –> http://wordpress.org/support/topic/add-media-functionality-on-391-not-workingg

    Hope that helps.