Wave Deprecated Error
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

















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
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.
















Thanks yeah that worked.