Wave Deprecated Error

Solved
chrislamigu

May 22nd, 2022 09:59 AM

Hello, so I finally got wave to install but when I visit https://wave.test it shows a huge deprecated error on top of the Navbar. How do i fix this Specifically it says this, ``` Deprecated : explode(): Passing null to parameter #2 ($string) of type string is deprecated in


Report
2
bobbyiliev

May 22nd, 2022 10:32 AM

Hi there,

It looks like you've not shared the complete error. Would you mind sharing it again?

Also, can you share what PHP version you are using and what MySQL version you are using?

Best,

Bobby

thinkverse

May 22nd, 2022 10:42 AM

Best Answer

Passing null to explode was deprecated for PHP 8, you can fix this message by changing the default value of the proxies env call from null to an empty string '' on line 18 in your trustedproxy.php config.

Report
2
chrislamigu

May 22nd, 2022 11:47 AM

Thanks yeah that worked.