Gerard Blanco
Forum Replies Created
-
Hi dviolante,
Resize Image After Upload shouldn’t be causing this issue, basically because it doesn’t deal with PDF files. In any case, could you please get in touch with your hosting provider so they can further help you see what’s going on?
Thanks!
Forum: Reviews
In reply to: [Enable Media Replace] Very easyThanks for your review, @phoenix36 !
Thanks for your review, @lprwebdude !
Hi waldenponddesign,
Could you please get in touch with your hosting provider? They should be able to see in their logs what exactly happened there 🙂
Thanks!
You are very welcome, @inwanderment2024! We are happy that you are happy 🙂
Hi Kyle,
Thank you for providing detailed steps and error logs. The issue you’re encountering, specifically the
readv() failed (104: Connection reset by peer) while reading upstreamerror, indicates a server-side problem where the connection is unexpectedly closed. This is unrelated to the plugin itself.To resolve this, consider the following steps:
- Server Configuration Check:
- Ensure server limits like
max_execution_time,post_max_size, andupload_max_filesizeare set sufficiently high to handle the upload. - Restart the server after making changes.
- Ensure server limits like
- PHP Error Logs:
Review the server’s PHP error logs to identify any underlying issues that could cause connection resets. - Security Modules:
If a firewall (e.g., ModSecurity) or security software is active, it may interfere with file uploads. Review its logs and adjust rules if necessary. - HTTP/2 Configuration:
TheERR_HTTP2_PROTOCOL_ERRORsuggests an issue with the server’s HTTP/2 setup. Verify its configuration or test using HTTP/1.1.
These steps should help address the problem, which is rooted in the server’s configuration or environment.
Best regards,
Hi terry777,
No, that’s not us, sorry 🙁
Forum: Plugins
In reply to: [Enable Media Replace] Plugin Compatibility Issue with PHP 8.3Hi Prachi,
From our side everything is working correctly.
Could you please tell us the steps you are following to reproduce the issue? Also, in order to help you troubleshoot this, it would be helpful if you could provide us with some additional information, including:
- Your site information. Please navigate to Tools > Site Health > Info, click on the “Copy site info to clipboard” button and paste the information in your reply.
- Is the issue occurring in more than one web browser (Chrome, Firefox, Edge, Safari, etc.)?
Thank you!
Forum: Reviews
In reply to: [Autoload Checker] Excellent!You are welcome, leodefaveri! Glad it works 🙂
Hi discountpleasure,
You have two options:
- Restore all your original images and then re-optimize them again.
- Optimize all your images a first time, and then enable the “Optimize on upload” option. This way you won’t need to manually optimize the new images you upload.
I hope that helps!
Thank you for the review!
Thank you for the review, l4p9!
Thank you for the review, Vishwaradya!
Thank you for the review, discountpleasure!
Hi @qystars,
Could you please clarify what you mean by “can’t save and analyze the data”? Maybe you can send us a screen recording or some screenshots so we can see the issue live?
Thank you!
- Server Configuration Check: