Plugin Author
Jonathan Desrosiers
(@desrosj)
Principal Software Engineer & WordPress Core Committer
Hi @fattony4,
Can you tell me what you are expecting to happen when using the plugin and what is actually happening?
The plugin supports all versions of WordPress after 5.3. It is one line of code that changes the value resulting returned of a filter, which is not affected by PHP version, WordPress version (as long as the filter exists) or distro.
When I try to upload a big image, I get this error: “Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels.”
I want to disable this threshold. Isn’t this the point of your plugin? (My server’s resources aren’t the limiting factor. 8 GB of RAM should be able to handle a 4 MB image. (I assigned lots of resources to PHP temporarily to ensure this is not the issue.)
Sorry for bothering you if this is an unrelated bug!
-
This reply was modified 6 years, 1 month ago by
fattony4.
Plugin Author
Jonathan Desrosiers
(@desrosj)
Principal Software Engineer & WordPress Core Committer
No worries! I just wanted to make sure I understood what you were expecting so I could give you proper direction.
I previously posted a really detailed message that clarifies the plugin.
But the short answer is: this plugin prevents WordPress from creating a “new” original image source that is 2500px to serve to users and use to generate all other smaller sizes.
The error message is a bit confusing because it also mentions 2500px, but it is just a generic upload process failure notice and unrelated to the BIG image concept. There was a Trac ticket for this, and the message was refined for 5.4. The plan is to link to a more detailed page on the ww.wp.xz.cn support pages when it becomes available.
Plugin Author
Jonathan Desrosiers
(@desrosj)
Principal Software Engineer & WordPress Core Committer
@fattony4 I am going to mark this as resolved as there has not been an update.
Please do follow up with more information (even if you were able to fix the issue). It will help others searching for answers in the future.
@desrosj sorry thought i had got this working for 5.4, can’t seem to delete the comment
-
This reply was modified 5 years, 11 months ago by
journeyman_73. Reason: i was wrong