No error messages shown with debug? Too bad.
If nothing is on the list, I suspect the config file is containing an empty converters array.
Your wp-content/webp-express/config/config.json
should contain a list of converters you are currently using.
Ie, the converters option in my config.json looks like this:
"converters":[{"converter":"wpc","deactivated":true,"working":true,"options":{"url":"https://[edited out]/wpc.php","api-version":1,"crypt-api-key-in-transfer":true,"api-key":"xxx"}},{"converter":"gd","options":{"skip-pngs":true},"working":true},{"converter":"cwebp","options":{"use-nice":true,"try-common-system-paths":true,"try-supplied-binary-for-os":true,"method":6,"size-in-percentage":45,"low-memory":false,"command-line-options":"-low_memory"},"working":true},{"converter":"imagickbinary","options":{"use-nice":true},"working":true},{"converter":"imagick","deactivated":true,"working":false,"error":"Required iMagick extension is not available."},{"converter":"gmagick","deactivated":true,"working":false,"error":"Required Gmagick extension is not available."},{"converter":"ewww","deactivated":true,"working":false,"error":"Missing API key."}]
If yours are simply “converters”:[]”, try to change it to what I have
-
This reply was modified 5 years, 10 months ago by
rosell.dk.