Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1757

[3.3.x] Support Forum • Re: PHP version 7.4 UpDate TO Newer?

$
0
0
That being the case PHP 8.2 is fine.
I just updated but got these errors after update :|

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)
This is the code I think it is referring to. Hmm was working before but Hosting doesnt let me go back to the Previous version I had of PHP :oops:

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



Viewing all articles
Browse latest Browse all 1757

Trending Articles