Title: HTTP error
Last modified: August 21, 2016

---

# HTTP error

 *  [filipmkd](https://wordpress.org/support/users/filipmkd/)
 * (@filipmkd)
 * [12 years ago](https://wordpress.org/support/topic/http-error-39/)
 * When Uploading a media file I am getting HTTP error? How should I fix that? I’m
   currently running v3.9.1

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

 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [12 years ago](https://wordpress.org/support/topic/http-error-39/#post-4901485)
 * Check these solutions: [http://wordpress.org/support/topic/25-imagemedia-uploader-problems?replies=1](http://wordpress.org/support/topic/25-imagemedia-uploader-problems?replies=1)
 *  Thread Starter [filipmkd](https://wordpress.org/support/users/filipmkd/)
 * (@filipmkd)
 * [12 years ago](https://wordpress.org/support/topic/http-error-39/#post-4901591)
 * This looks it’s kinda old post. Hmmm…. I do have the same version installed on
   my test website, and there the upload is working correctly. I did try to upload
   the same image on both website and on the test website was working perfectly.
 * Also, I notice that some of the images do upload and some don’t
 *  Thread Starter [filipmkd](https://wordpress.org/support/users/filipmkd/)
 * (@filipmkd)
 * [12 years ago](https://wordpress.org/support/topic/http-error-39/#post-4901592)
 * I think I may have find reason why… Max limit on the test site is 8MB on the 
   other is 2MB.
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [12 years ago](https://wordpress.org/support/topic/http-error-39/#post-4901598)
 * Yes, it’s an old post, but still perfectly relevant.
 * > Max limit on the test site is 8MB on the other is 2MB.
 * That will cause an error.
 *  Thread Starter [filipmkd](https://wordpress.org/support/users/filipmkd/)
 * (@filipmkd)
 * [12 years ago](https://wordpress.org/support/topic/http-error-39/#post-4901606)
 * How could I change that?
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [12 years ago](https://wordpress.org/support/topic/http-error-39/#post-4901607)
 * In php.ini or .htaccess.
 * php.ini:
 *     ```
       max_execution_time = 120
       max_input_time = 120
       memory_limit = 64M
       post_max_size = 64M
       upload_max_filesize = 64M
       ```
   
 * htaccess:
 *     ```
       php_value max_execution_time 120
       php_value max_input_time  120
       php_value memory_limit  64M
       php_value post_max_size  64M
       php_value upload_max_filesize  64M
       ```
   
 *  Thread Starter [filipmkd](https://wordpress.org/support/users/filipmkd/)
 * (@filipmkd)
 * [12 years ago](https://wordpress.org/support/topic/http-error-39/#post-4901618)
 * Hmmm still getting HTTP error.

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

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [filipmkd](https://wordpress.org/support/users/filipmkd/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/http-error-39/#post-4901618)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
