phpBB-Reputation-System icon indicating copy to clipboard operation
phpBB-Reputation-System copied to clipboard

Fix reputation sync (3.0.x)

Open kabalin opened this issue 2 years ago • 1 comments

Step 6 is supposed to use rep_id as reference for processing chunk size, since it uses max rep_id for loop control. rep_to may refer to user ID that exceeds rep_id, thus some users will left unprocessed.

kabalin avatar Jul 22 '23 09:07 kabalin

@kabalin this repo is abandoned. I am maintaining a fork to keep this extension up-to-date (for newer phpBB versions): https://github.com/jbreu/phpBB-Reputation-System

jbreu avatar Jul 22 '23 13:07 jbreu