phpBB Debug warnings at top of team page

Found an issue with the phpBB system here at NESdev? Use this forum to report problems.

Moderator: Moderators

Post Reply
User avatar
jeffythedragonslayer
Posts: 344
Joined: Thu Dec 09, 2021 12:29 pm

phpBB Debug warnings at top of team page

Post by jeffythedragonslayer »

Does anyone else see a bunch of PHP warnings at the top of this page? memberlist.php?mode=team

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 309: Undefined array key 5
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 309: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 309: Undefined array key 5
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 309: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 323: Undefined array key 5
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 323: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 324: Undefined array key 5
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 324: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 325: Undefined array key 5
[phpBB Debug] PHP Warning: in file [ROOT]/memberlist.php on line 325: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
Fiskbit
Posts: 891
Joined: Sat Nov 18, 2017 9:15 pm

Re: phpBB Debug warnings at top of team page

Post by Fiskbit »

Thanks, brizzo has fixed this.
Post Reply