Due to the use of the each() function, (line 80 of index.php) which has been deprecated as of PHP 7.2 and removed in PHP 8, many will get a fatal error logging in as a regular user. To resolve this issue, you can use a foreach loop instead. Here's the updated version of your code:
Due to the use of the each() function, (line 80 of index.php) which has been deprecated as of PHP 7.2 and removed in PHP 8, many will get a fatal error logging in as a regular user. To resolve this issue, you can use a foreach loop instead. Here's the updated version of your code: