• Resolved morfe1

    (@morfe1)


    I’m on Nginx but before update I had a list with all possible conversion options (GD was active) and I got it working with .jpg images.

    But after I upgraded to the latest version I see no options at all and the debug shows this: “Conversion failed. None of the tried converters are operational

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author rosell.dk

    (@roselldk)

    Oh, not good.
    Try to uninstall WebP Express completely – that will remove the configuration, and then install again.

    Thread Starter morfe1

    (@morfe1)

    already tried

    still no conversion methods are shown:

    View post on imgur.com

    Can it be caused by some webserver check?

    Because after activating the plugin it shows the notification that i’m using nginx and it won’t work unless I translate the apache rewrites (which I already did and it worked with GD lib and jpg images)

    Plugin Author rosell.dk

    (@roselldk)

    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.
    Plugin Author rosell.dk

    (@roselldk)

    You could also simply hope that the 0.10.0 release will work for you. I have restructured the parts that deals with converters, so it just might.

    I expect to release in a couple of days. I can release a beta for you, if you are interested? You can also simply download the plugin on github – it is almost ready for release – I just want to do some smaller adjustments and test it. If you download from github, make sure to keep the “vendor” dir you currently have, because the vendor dir isn’t on github

    • This reply was modified 5 years, 10 months ago by rosell.dk.
    Thread Starter morfe1

    (@morfe1)

    it’s not urgent, I will wait for the next release.

    Currently looking for some alternatives, because only GD is avaiable by our host and it doesn’t work with png images, which we use a lot. So I thought about uploading the webp images manually and serving them with nginx on supported browsers.

    Thread Starter morfe1

    (@morfe1)

    reinstalled it on Friday again and got the converters back.

    Plugin Author rosell.dk

    (@roselldk)

    Good to hear

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘No Supported Option after update to 0.9.1’ is closed to new replies.