• Resolved wimsjohn

    (@wimsjohn)


    In the current implementation this plugin doesn’t save previews created out of scaled (edited inside wordpress) images. It creates them though. It just doesn’t save them which is interesting.

    Example on my server: img1.jpg -> img1-600×338.jpg – works
    Example2 on my server: img1.jpg + img1-scaled.jpg -> img1-600×338.jpg – doesn’t work / no file created

    Why i noticed this: I always recieved two images of my previews a tad bit late. These were generated on demand, but i could not find them acessing my ftp server.

    How i temporarily fixed this: I downloaded the images in question via the link, uploaded them via ftp in the corresponding folder und voila, they get served fast again.

    (This is all before working with webp express which i disabled for this test)

    Thank you!
    wimsjohn

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Bjoern

    (@greencp)

    Hi wimsjohn,

    the bug is found and fixed in version 2.2.4.

    Before WPPP saves an intermediate image it test whether the image is a valid attachment (in order to update attachment meta data if necessary and also to prevent misusing of WPPP). This tests didn’t account for scaled images which caused the image to get created but not saved. I’ll have to check if this can also occur with other editing of images within WordPress.

    P.S.: Your support is much appreciated. I’ll use it to treat myself with some fine craft beer. Cheers und viele Grü?e von der Küste in die Berge.

Viewing 1 replies (of 1 total)
  • The topic ‘Scaled Images do net get saved on creation’ is closed to new replies.