rosell-dk / webp-express

Wordpress plugin for serving autogenerated WebP images instead of jpeg/png to browsers that supports WebP
GNU General Public License v3.0
221 stars 63 forks source link

Error on settings page when Elementor is installed (PHP > 8.0) #562

Closed rosell-dk closed 2 years ago

rosell-dk commented 2 years ago

Fatal error: Uncaught Error: Call to a member function is_feature_active() on null

We have code that examines Elementor settings. Elementor API has changed and it doesn't work. We did appreciate that, by wrapping the call in a try-statement, but on PHP 8.0, the call generates a fatal (uncatchable) error

rosell-dk commented 2 years ago

Solution for now: comment out the code!