I just updated but got these errors after updateThat being the case PHP 8.2 is fine.
Code:
[phpBB Debug] PHP Warning: in file [ROOT]/ext/vcc/betterranks/event/listener.php on line 197: Undefined array key 2[phpBB Debug] PHP Warning: in file [ROOT]/ext/vcc/betterranks/event/listener.php on line 200: Undefined array key 2[phpBB Debug] PHP Warning: in file [ROOT]/ext/vcc/betterranks/event/listener.php on line 193: Undefined array key 2[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4187: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4187: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4187: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4187: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)
Code:
$rankString[$niddle] = $rankString[$niddle] . '<img data-rankid="' . $user['group_rank'] . '" class="special-rank" src="' . generate_board_url() . '/images/ranks/' . $user['rank_image'] . '" />';}}$userGroups[$niddle] = $userGroups[$niddle] . '<a style="color: #' . $user["group_colour"] . '" href="memberlist.php?mode=group&g=' . $user['group_id'] . '">' . $user['group_name'] . '</a>';$template_data[$niddle] = ['GROUP'=>$rankString[$niddle],'GROUP_LIST' => $userGroups[$niddle]
Statistics: Posted by Dead Man — Sun Aug 11, 2024 6:23 pm