• Hi,

    I’m having issues with images in WordPress 4.6.1.
    I have read numerous threads and there is no questions or solutions which are relevant to my issue (that I have found).

    I have found the issue is related to the resizing mechanism. The full sized image loads fine, but the resized images, including the thumbnails in the media library fail with a 404 error. For example here is a link:

    Media library thumbnail URL (not working):
    http://sketchy.study/wp-content/uploads/2016/10/about-us-headshot-2-150×150.jpg

    Full size image without the dimensions as part of URL:
    http://sketchy.study/wp-content/uploads/2016/10/about-us-headshot-2.jpg

    This is a new installation and I have all plugins disabled. I have verified the images are there (obvious as the normal size image loads), and the images are the pre-provided WP images. I also have another site on the same server, I have temporarily removed its .htaccess file and no difference was made. It also is not a caching issue as I have tested it with caching disabled. I’m also running php 5.6.x and gd is enabled.

    My number one hunch is related to the resized image code. I’m assuming a folder is used to store the resized images (to avoid on the fly generation of the same image). I cannot find this so I think this may be my issue.

    Does anyone know if a storage location is used for generated thumbnails/resized images?
    If so, what is the name and location of this folder?

    If it is not being created due to permissions or other issue, at least I know where to start looking. If I’m incorrect and there is no on-the-fly image generation, why would a new wordpress install use this URL scheme.

    Of course, any other pointers or help is appreciated.

    Cheers

    • This topic was modified 9 years, 7 months ago by chrisa65.
Viewing 2 replies - 1 through 2 (of 2 total)
  • hello chrisa65,
    your thumbnail generate issue occurred at media upload to time?

    If no then you wants to regenerate images again all or selected use this plugin.

    Thanks.

    Thread Starter chrisa65

    (@chrisa65)

    It was the included images (default set provided with WordPress).

    I tried the plugin with no luck.
    Then I changed the content directory to the fully qualified domain, and of course this didn’t work because it was prepended with a relative dir.

    Anyway I reset the content dir to wp-content/uploads and now the thumbnails are generating properly.

    Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Resized images not working – 404’ is closed to new replies.