wordpress featured image uploader not working

Creating a new post in wordpress, I try to set a featured image. The image in question is a 355 KB png, but I’ve also got the same result with a 157 KB jpg and a 34 KB png.

Here are the relevant php.ini settings:

Read More
post_max_size = 0
upload_max_filesize = 50
memory_limit = 24M
max_execution_time = 60

pictures upload fine using the browser uploader, but it doesn’t set it as a featured image, just inserts it into the post.

using php 5.4.4 and wordpres 3.4.2

Related posts

Leave a Reply

1 comment