HTTP Error when trying to upload images to WordPress -


i'm trying upload simple images in wordpress - photos taken dslr camera. every once in awhile i'll little red box saying "http error" no other explanation.

at first, thought it's file size images larger 10mb although did notice work images not others. got stuck small collection of images not upload @ used photoshop batch converter , reduced size 1-2mbs. however, still not upload properly. tried open , resave them paint, changed extension .jpg .png nothing works!

it frustrating simple image upload in wordpress not work (always). suggestion how fix problem or @ least narrow down , find out what's causing it?

if try every solution out there htaccess , wont work , may have imagick installed default lib php in server fix use in 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' ); } 

Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -