-
Bug
-
Resolution: Fixed
-
Blocker
-
3.1.0-dev
-
None
-
None
[phpBB Debug] PHP Notice: in file [ROOT]/includes/lock/flock.php on line 70: Undefined property: phpbb_lock_flock::$locked
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 1057: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4170)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 1057: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4170)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 1057: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4170)
[phpBB Debug] PHP Notice: in file [ROOT]/includes/lock/flock.php on line 70: Undefined property: phpbb_lock_flock::$locked
[phpBB Debug] PHP Notice: in file [ROOT]/includes/lock/flock.php on line 70: Undefined property: phpbb_lock_flock::$locked
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5219: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4170)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5221: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4170)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5222: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4170)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5223: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:4170)
[phpBB Debug] PHP Notice: in file [ROOT]/includes/lock/flock.php on line 70: Undefined property: phpbb_lock_flock::$locked
[phpBB Debug] PHP Notice: in file [ROOT]/includes/lock/flock.php on line 70: Undefined property: phpbb_lock_flock::$locked
- was caused by solution of
-
PHPBB-10103 Fix remaining usage of flock() by converting it to use the lock class
- Closed