Error occured while calculating destination path: Image type could not be detect
-
I can’t get the plugin to work on a website. It works on another website that is on the same server but in a different cPanel account. I can’t figure out what the issue is here.
It’s a LiteSpeed server with these Conversion method:
– ImageMagick
– cwebp
– GraphicsMagick
– Gd extensionBelow is what I get when I run the live tests.
Enable direct redirection to existing converted images?
? all works fineEnable redirection to converter?
? this error:Response headers:
– x-webp-express-error: Error occured while calculating destination path: Image type could not be detectedBody:
Error occured while calculating destination path: Image type could not be detected
However. As the “content-type” header reveals, we did not get a webpSurprisingly we got: “text/html; charset=UTF-8”
The test FAILED.
Deleting test imagesCreate webp files upon request?
? this errorResponse headers:
– x-webp-express-error: Error occured while calculating destination path: webp-realizer.php need to know the file path and cannot simply use $_SERVER[“REQUEST_URI”] as that points to itself rather than the image requested. On Nginx, please add: “&xdestination=x$request_filename” to the URL in the rules in the nginx config (sorry, the parameter was missing in the rules in the README for a while, but it is back)Any idea what could be wrong and how I can fix it?
Thank you!
JPThe page I need help with: [log in to see the link]
- The topic ‘Error occured while calculating destination path: Image type could not be detect’ is closed to new replies.