Reputation: 291
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
Upvotes: 2
Views: 9385
Reputation: 780
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.
Upvotes: 0
Reputation: 2101
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
Upvotes: 1