• Resolved hastibe

    (@hastibe)


    Tested on theme Twenty Twenty and WordPress core v5.8.2 with all plugins disabled except for WP Job Manager v1.35.2. Attempting to upload reasonably-sized images (example: 1920 x 1280 pixels, 200KB JPG file) are now failing with this error message in the console:

    Failed to load resource: net::ERR_CONNECTION_CLOSED
    /jm-ajax/upload_file/:1

    Very small images (example: 1680 x 1050 pixels, 62KB JPG) do still upload successfully.

    On very capable (for load) VPS server, running PHP 7.4.

    Anyone else running into this issue, or know what could be causing it and how to resolve it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hastibe

    (@hastibe)

    Well, dang–tried uploading via the admin Media Library, and also ran into the error below, so I think this has to do with something unrelated to WP Job Manager (and need a mod to move this to the right forum, please!).

    Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page.

    Error message in console:

    Failed to load resource: net::ERR_CONNECTION_CLOSED
    async-upload.php:1

    My PHP.ini settings are:

    upload_max_filesize = 256M
    post_max_size = 512M
    max_execution_time = 900
    max_input_time = 600
    memory_limit = 512M
    max_input_vars = 3000
    suhosin.get.max_vars = 3000
    suhosin.post.max_vars = 3000
    suhosin.request.max_vars = 3000

    …and I’m on an Apache server. But, I’m running into this error when attempting to upload a 200KB jpg (1920 x 1280 pixels) image.

    Thread Starter hastibe

    (@hastibe)

    Issue resolved…! Tried different browser, same problem, tried different computer, image uploaded just fine. So, it’s an issue specific to my computer that has cropped-up–what it could be, no idea at the moment, but resetting TCP/IP on the computer solved a weird issue like this before (I am now remembering), so I will probably start with that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New issue: logo upload failing (Failed to load resource)’ is closed to new replies.