Hello:
I have error uploading image logo in wordpress, message:
The server cannot process the image. This can happen if the server is busy or does not have enough resources to complete the task. Uploading a smaller image may help. Suggested maximum size is 2560 pixels.
How I can solved it? thank you so much, regards.
since version 5.3 WordPress will not allow uploads larger than 2560 pixels. Is your image larger that 2500 pixels? If so, try reducing its size.
Another try can be:
increasing your PHP limits. You can do this in WordPress by adding the following line to your wp-config.php file:
define('WP_MEMORY_LIMIT', '256M');
1 Like
I already add it but same problem
try from a different browser with clear browser cache.
change WP_MEMORY_LIMIT to 512M
define('WP_MEMORY_LIMIT', '512M');
1 Like
I already fix it thank you.