Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reputation sync (3.0.x) #42

Open
wants to merge 1 commit into
base: modification
Choose a base branch
from
Open

Conversation

kabalin
Copy link

@kabalin kabalin commented Jul 22, 2023

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.

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.
@jbreu
Copy link

jbreu commented Jul 22, 2023

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants