phpBB Debug Warning for one particular forum page

Encounter an error, or something which isn't working correctly? Please, let us know
movieboy
Posts: 55
1166 Ratings
Your TCI: na
Joined: Thu Sep 03, 2009 11:08 am

phpBB Debug Warning for one particular forum page

Post by movieboy »

This is the page

viewtopic.php?f=6&t=1139&start=30

This is the warning

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1421: Undefined array key "user_from"
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4328: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3059)
You can see it here - https://archive.is/4Yhr2

mpowell
Posts: 3896
1201 Ratings
Your TCI: na
Joined: Fri Sep 09, 2005 10:22 am

Re: phpBB Debug Warning for one particular forum page

Post by mpowell »

Thanks!! We've fixed that up, so it should be showing without those warnings, anymore.

Freundh
Posts: 18
1010 Ratings
Your TCI: na
Joined: Sat May 01, 2021 7:05 pm

Re: phpBB Debug Warning for one particular forum page

Post by Freundh »

This page gives similar php debug warnings for me: viewtopic.php?f=6&t=1326

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1828: Undefined array key 17122
[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1838: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1838: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1828: Undefined array key 17122
[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1838: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1838: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4328: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3059)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4328: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3059)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4328: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3059)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4328: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3059)

mpowell
Posts: 3896
1201 Ratings
Your TCI: na
Joined: Fri Sep 09, 2005 10:22 am

Re: phpBB Debug Warning for one particular forum page

Post by mpowell »

Thanks, we'll get to this very soon!

mpowell
Posts: 3896
1201 Ratings
Your TCI: na
Joined: Fri Sep 09, 2005 10:22 am

Re: phpBB Debug Warning for one particular forum page

Post by mpowell »

This should now be fixed! Thanks again!

Post Reply