Home › Forums › Arnold WordPress Theme › Unable to upload image
- This topic has 8 replies, 4 voices, and was last updated 6 years, 10 months ago by
SeaTheme.
-
AuthorPosts
-
October 27, 2018 at 2:05 pm #16826
Hi guys,
I have some troubles trying to upload images in the template.
I always get the following error: “Missing a temporary folder.”Do you guys know how can I fix that ?
Thanks in advance
Cheers
A.
October 29, 2018 at 12:56 am #16833Hi,
This error is caused by incorrect PHP settings on your WordPress hosting environment.
Please refer the article to fix: https://www.wpbeginner.com/wp-tutorials/how-to-fix-missing-a-temporary-folder-error-in-wordpress/Regards!
Bwsm – uiueux.com – Twitter – FacebookApril 15, 2019 at 12:49 pm #18279Hi,
I have some difficulty uploading images to the media library.
The following error is displayed on some images: “HTTP Error”.Please help me!
thank you in advance
April 16, 2019 at 3:17 am #18286Hi,
Please try to add the following code into the 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' ); }Regards!
Bwsm – uiueux.com – Twitter – FacebookApril 18, 2019 at 10:13 pm #18309Hi,
It doesn’t solve the problem. What do I do ?
thank you in advance
April 19, 2019 at 1:07 am #18310Please send your question(this topic URL) and wp-admin(URL / username/password) to uiueux@gmail.com, I’ll log in to check it.
April 19, 2019 at 2:43 pm #18316Hi,
I checked your web admin, the uploaded image files are too big, please reduce the images and re-upload them.
There is an upload file size limitation, maybe is 30M on your website(it is different for each site). If uploading the file larger than 30M, it will show HTTP Error.
The image should be less than 2500 x 1200 px, less than 150k. read more: https://seatheme.net/forums/topic/how-to-optimize-image-size/
Regards
July 29, 2019 at 1:07 pm #19073Hi SeaTheme,
Is there a reason why the image should be less than 2500×1200 px actually? I’m uploading large files to WordPress and then they’re resized by Shortpixels to 1200x1200px max
Thanks to let me know!
July 30, 2019 at 2:30 am #19076Hi,
It is for website speed. The large images take up more bandwidth, which slows down the page opening. The webpage speed will affect SEO and user-friendly.
Regards!
SeaTheme – uiueux.com – Twitter – Facebook -
AuthorPosts
- You must be logged in to reply to this topic.
