From
The exception in the question is being thrown when
\phpbb\lock\db.php
-> public function acquire()
docblock:Code:
/*** Tries to acquire the lock by updating* the configuration variable in the database.** As a lock may only be held by one process at a time, lock* acquisition may fail if another process is holding the lock* or if another process obtained the lock but never released it.* Locks are forcibly released after a timeout of 1 hour.** @returnbooltrue if lock was acquired*false otherwise*/
acquire()
returns false (that could mean f.e. that the lock is already held by another cron task for now).Statistics: Posted by rxu — Wed Mar 26, 2025 2:41 am