Jump to content

File error when generating WebP image from original uploaded file


LMD
 Share

Recommended Posts

When generating a WebP image from the originally uploaded file (not as a result of using the 'size()' method), I see the following file error in the logs:

unlink: Given filename is not a file or link: /site/assets/cache/WireTempDir/.PFM0.24368300T1680350648RozEvGgLCG8JdZGUwLM/0/cookies.960x0.png-tmp.png

Note that the actual original filename is 'cookies.png' -- but the error message appears to show PW has attempted to use a (non-existant) variation.

The simplified code I'm using in the template (it will eventually be a srcset, hence the small 'width' to large file):

// Cut code fetching the $img itself
echo '<img src="' . $img->webp->url . ' " width="300">';

The strange this is, that the correct WebP image *is* generated and subsequently served ('cookies.webp'), it just throws a hissy fit while doing it (once generated no error is shown).

This error does not occur when generating WebP images from variations.

Is this a known issue, should I submit an issue on Github?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...