Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1456

[3.3.x] Support Forum • Re: Cron error exception_subscriber

$
0
0
From \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*/
The exception in the question is being thrown when 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



Viewing all articles
Browse latest Browse all 1456

Trending Articles