Title: Image error
Last modified: August 31, 2016

---

# Image error

 *  [samkele](https://wordpress.org/support/users/samkele/)
 * (@samkele)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/image-error-10/)
 * Hey guys, I just updated my wp version to the latest version 4.5 and ever since
   the update I’m having problem with uploading image in my posts below is the url
   to the example of what I’m talking about
 * > [View post on imgur.com](https://imgur.com/sZWI3k1)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [tinsterman](https://wordpress.org/support/users/tinsterman/)
 * (@tinsterman)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/image-error-10/#post-7274917)
 * I am getting the same error. On upload it says “http error”
 * I am wondering if its a PHP version error or an error with ImageMagik…
 *  [tinsterman](https://wordpress.org/support/users/tinsterman/)
 * (@tinsterman)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/image-error-10/#post-7274990)
 * Hi
 * I found that this fix worked for me add this code to your functions.php file.
 *     ```
       add_filter( 'wp_image_editors', 'change_graphic_lib' );
   
       function change_graphic_lib($array) {
       return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' );
       }
       ```
   
 * I got this from: [https://wordpress.org/support/topic/http-error-when-uploading-images-17](https://wordpress.org/support/topic/http-error-when-uploading-images-17)
 * I also upgraded to PHP 5.6
 * Hope this helps

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image error’ is closed to new replies.

## Tags

 * [http error](https://wordpress.org/support/topic-tag/http-error/)
 * [WP 4.5](https://wordpress.org/support/topic-tag/wp-4-5/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [tinsterman](https://wordpress.org/support/users/tinsterman/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/image-error-10/#post-7274990)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
