- Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/includes/auth.php on line 460: Undefined index: f_ [phpBB Debug] PHP Notice: in file [ROOT]/includes/auth.php on line 462: Undefined index: f_ [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4796: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3881) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4798: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3881) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4799: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3881) [phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4800: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3881)
These are lines 460-463 of my /includes/auth.php:
- Code: Select all
if ($auth_ary[$this->acl_options['id'][$opt]] == ACL_YES && (!isset($bitstring[$this->acl_options[$ary_key][$option_key]]) || $bitstring[$this->acl_options[$ary_key][$option_key]] == ACL_NEVER)) { $bitstring[$this->acl_options[$ary_key][$option_key]] = ACL_YES; }
I have this since upgrading from phpBB 3.0.9 to 3.0.10. Is it a "serious" error (meaning it could damage my board)? Btw it seems to run perfectly fine, when DEBUG is off).
How can I troubleshoot / resolve the problem?
Thanks in advance!