Viewing 3 replies - 1 through 3 (of 3 total)
  • Try editing your php.ini file or php options, depending on how your hosting is setup, to increase the maximum execution time and maximum input time to a much higher limit.

    Also, try uploading the images one at a time.

    You may not host with us, which is fine, but we have a KB on how to do this here: https://chemicloud.com/kb/article/how-to-increase-the-max_execution_time-limit-in-cpanel/ 🙂

    If you are using PHP 7.4, then the only thing to do is Add From Server Plugin. That might help you

    Thread Starter med1903

    (@med1903)

    Hi,

    I’m using php 7.4.19
    max_execution_time = 600
    max_input_time = 300
    memory_limit = 2048M

    I upload just one image at a time and for the Add From Server Plugin I have use it temporay beause it offers limited support and features may be removed at any time and it is because of this that I ended up doing a downgrade to have a stable version.

    In the event log of my server, I got the following one:
    Aborted connection 1413 to db: ‘WP’ user: ‘WPUser’ host: ‘localhost’ (Got an error reading communication packets).
    So still don’t know why WP can’t write to the posts or postmeta tables.

    Thank you all for your suggestions and help. Very appreciated

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error trying to upload images’ is closed to new replies.