Dorian Cioban

Results 4 comments of Dorian Cioban

Just found out about this fix and can confirm it still works on MacOS Catalina 10.15.7 and Safari 15.6.1. I used this command to install it: `curl -L https://raw.github.com/emin/WebPQuickLook/master/install.sh |...

I just stumbled on this error on a production website. I'm using the latest Elementor Pro, Tutor LMS and PHP 8.2. What fixed it for me was disabling WP_DEBUG `define(...

> it happens with php 7.4, 8.0, 8.1 > > dirty fix on every line where it happens: > > `if ( 'svg' === ($settings['toggle_icon_normal']['library']??'lol') ) {` Thanks, this _dirty_...

> So, just to confirm, I should try **replacing** every line of code where the error occurs with this line? > > if ( 'svg' === ($settings['toggle_icon_normal']['library']??'lol') ) { Yes....