Tagged: x
-
AuthorPosts
-
April 21, 2016 at 9:53 am #893749
alternativeadParticipantHi there, I’ve used X for over a year and just in the last week I’m repeatedly getting an HTTP Error when trying to upload images. I tested this on multiple browsers (still have same issue) and using different themes that have the same host. Other themes have no issues or errors. It also happens on multiple X theme sites I have in development and with a multitude of images ranging in sizes (but all under 30-500k).
When I keep attempting the upload, it eventually goes through after 5-10 attempts.
I’m using GoDaddy WP Managed hosting for all my WP sites and like I said, other themes have no problems, and X used to be okay – just bad lately. MAYBE since updating to WP 4.5??
Here are some of my urls: http://c84.f15.myftpupload.com and http://9f0.304.myftpupload.com/
Running WP 4.5, X 4.4.2, Cornerstone 1.2.4
Is there anything that can be done? I’m not a developer, just a designer so I’m hoping it’s an easy answer. I will send my credentials separately for time’s sake. Screenshot also attached.
Thanks!!
DawnApril 21, 2016 at 9:54 am #893756
alternativeadParticipantThis reply has been marked as private.April 21, 2016 at 1:28 pm #894133
Mackenzie_tParticipantInteresting, I also use godaddy’s managed wordpress on multiple sites and have only been having the issue with this theme since WordPress 4.5 and X 4.4.2. Been tearing my hair out with this one wondering why it occasionally works but mostly not.
I have tested all plugins activated and deactivated with X theme and 2016 Theme. I can upload images fine with the 2016 theme and all plugins activated but as soon as I use the X theme in anyway I cannot upload images.
I look forward to seeing a solution here soon!
April 22, 2016 at 12:02 am #894770
Rue NelModeratorHello There,
Thanks for writing in! This issue has been reported here: https://core.trac.wordpress.org/ticket/36534
Please ask assistance from your hosting provider to resolve this issue. Please check out these articles:
https://wordpress.org/support/topic/http-error-when-uploading-images-17
https://wordpress.org/support/topic/http-errors-on-media-uploads-after-45-updateHope this helps.
April 22, 2016 at 7:39 am #895268
alternativeadParticipantThank you! Adding the php text worked, but can I still use the parent theme now or do I have to use Child since I touched the php?
Note for others, I added this to Theme Functions in Editor – functions.php:
add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );
function change_graphic_lib($array) {
return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );
}Please let me know about Parent theme. This is the ONLY time I’ve used the Editor.
Thanks!
DawnApril 22, 2016 at 11:43 pm #896247
Rue NelModeratorHello Dawn,
Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
Once your child theme is installed and active, you can add the code in your child theme’s 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' ); }Hope this could help.
April 25, 2016 at 10:14 am #898764
alternativeadParticipantIs there any way to accomplish image uploads without having to use Child theme, I find updating the theme over time to be much easier when I only use parent… and I’d like to stay out of the php files. Is this something that might be fixed in future releases? Or do you not see it as an issue?
Thanks,
DawnApril 25, 2016 at 11:45 pm #899698
RupokMemberHi Dawn,
Thanks for updating. This is related with WordPress and we can’t manage this unless they fix the issue (https://core.trac.wordpress.org/ticket/36534). We can give you a temporary fix for this as above for now. Hopefully that will be resolved soon.
Cheers!
April 28, 2016 at 9:44 pm #905070
bugzzParticipantI am having this problem as well. I think this fix may be a little too advanced for me as I don’t understand what I need to do. Can someone provide assistance?
Thanks,
Michelle
April 29, 2016 at 1:37 pm #906021
DarshanaModeratorHi Michelle,
Please provide us with your login credentials to setup the temporary fix for you. To do that, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
April 29, 2016 at 1:47 pm #906039
JadeModeratorHi Michelle,
Thanks for writing in.
Please follow the instructions on the response #896247 as it gives the instructions on how to do the fix.
Basically, you can simply install the child theme and then activate it. Once it’s activated you can copy and the paste the code to the functions.php file of your child theme which you can access through FTP or in Appearance > Editor.
Please let us know how it goes.
July 8, 2016 at 1:13 pm #1078202
tparkmediaParticipantI’m having the same problem also. The image is a png file and it is only 29kb. I am using Child Theme and I did add the code as indicated on response #896247. Didn’t fix anything.
Thank you.
July 8, 2016 at 1:16 pm #1078204
tparkmediaParticipantNevermind it works. BUT it doesn’t preview the image. It’s just an icon. Is there anyway to fix that?
Thanks again!
July 8, 2016 at 10:38 pm #1078854
FriechModeratorHi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Cheers!
July 11, 2016 at 2:56 am #1080971
tparkmediaParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-893749 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
