Error after update Whoops, looks like something went wrong

ErrorException

Unparenthesized a ? b : c ?: d is deprecated. Use either (a ? b : c) ?: d or a ? b : (c ?: d) (View: /home//.be/resources/views/auth/login.blade.php)

How can I solve this?

Hi,

If you’re using the v4 app please check you aren’t using PHP 7.4, you’d need to change to 7.3.

super thx Hillel. you saved a lot of problems :slight_smile:

2 Likes