Hello @davidlower8! Thank you so much for the feedback.
It would be helpful if I could do a test with the actual image that you are trying to upload. Could you please add the image to a cloud service and paste the link to the image here. Is that possible?
Sure. But to save you time I tested in with multiple images across multiple websites – same results. I should also note that I am in a local environment using Flywheel. Do you still want me to upload the image.
I see. That would be really helpful. What I need to check is the resolution of the image. Images with too high megapixel can cause the server to time out.
It could be that it timed out on PHP 7.4 just that you didn’t get a message about it. When the server times out the image gets uploaded but not resizes and that could make you think that everything went well. Maybe that is not the case with your issue, but still it would be helpful with the image.
Do you get the same result on live website or is it just in Flywheel Local?
I just tested it on a live site with PHP 8.1 and it was fine. It could well be a Flywheel issue. The images I was uploading were approx 1Mb and 2560px in width. I never upload images above the WordPress max. I did multiple images so I really don’t think that is the issue. What is interesting is disabling the plugin solved the issue, I was able to upload the images. So there is some conflict with Local by Flywheel when it is on PHP 8+.
That’s helpful to know. We will try on Local by Flywheel and get back to you.
Ok cool. Let me know if you need anything else. I am happy to help. Switching my local to 7.4.1 has fixed the problem, so it isn’t a huge issue at the moment.
Hey,
I just wanted to know if you managed to get anywhere with this? I did change the php.ini.hbs file to have a memory limit of 1024M. I also gave wp-config file 256M for file size upload. Neither has made a difference.