-
Notifications
You must be signed in to change notification settings - Fork 18
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
Some ACLs are ignored when adding lots of ACLs #50
Comments
Hi! Yes, it seems like a continuation of #49. Try to remove |
Hi! Thank you for your response, if condition now is |
Hm... strange. And what if you set $iaclPreloadLimit to 20000 in LocalSettings.php? Does it fix the issue? (it should because it will basically make IntraACL preload everything...) |
Yes, setting $iaclPreloadLimit to 20000 fixes the issue |
Hi @vitalif ! Best regards |
I don't know what's the cause of this issue... Only a debug session may help us :) I'd do the following:
|
Hello
Mediawiki: 1.23.13
IntraACL: 2.1.9.1 (9116dcb)
I added lots of ACLs to pages belonging to a custom Namespace (NS1). Then I set
$haclgOpenWikiAccess = false;
and added an ACL to Special:Search
Result:
When trying to open page Special:Search, with few ACLs (NS1 related) it works, but with lots of ACLs it redirects me to Permission Denied page.
Here are the hacllogs:
hacllog-few-ok.txt
hacllog-lot-ko.txt
Best regards
The text was updated successfully, but these errors were encountered: