yireo / Yireo_Webp2

Magento 2 module to add WebP support to Magento 2
Open Software License 3.0
197 stars 57 forks source link

Nothing showing in magento 2.3.x #61

Closed jdskhan closed 3 years ago

jdskhan commented 3 years ago

I have installed this using tha manual instruction, but it's showing in the magento admin panel but no setting or panle is working please look below images and pdf

image print.pdf

jissereitsma commented 3 years ago

I've not encountered this issue before. You refer to "the manual instruction". Which composer commands did you execute for this?

jdskhan commented 3 years ago

I have used these command and there was no error. image

jissereitsma commented 3 years ago

Thanks for letting me know. While the generic advice in Magento is to not upload extensions to app/code but to use composer where possible instead, apparently, this is now leading to a bug in the doc. As you know, composer is the only solid way of keeping track of dependencies. And because the composer.json file of this extension mentions hard dependencies, you either need to install those dependencies yourself or use composer to install everything. In short, you have followed a manual procedure to deliberately manage dependencies yourself. But you haven't followed through yet, perhaps because overlooking the fact that composer is useful. My simple advice: Use the composer procedure, if you are new to this.

jissereitsma commented 3 years ago

Closing this because of inactivity. Most likely the original issue was fixed with releases in between. Feel free to re-open this issue if needed.