HTTP error while uploading images

Posted in: Newspaper
Post count: 66

I am facing http error while uploading images. However, no error appears if I activate some theme other than Newspaper.

Any help?

Post count: 3

My website same like this…..cant upload http erroR

Post count: 66

Hello pasting the below code to my functions.php file resolved the matter for me. You can try this

add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );

function change_graphic_lib($array) {
return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );
}

Post count: 3

Thanks Bro.already resolved a bit.but sometime still appear http error.anyway better than before.

Anymore solution to fix this? Help me pls….

Post count: 66

The code I pasted above resolved the problem for me. Have you tried that?

Post count: 3

Yes I tried ….the code I paste in function.php already,Now upload images better than before ,thanx bro…really help me a lot….

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.