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

Cannot add more than exactly 50 members #962

Closed
osm-frasch opened this issue Mar 14, 2022 · 6 comments
Closed

Cannot add more than exactly 50 members #962

osm-frasch opened this issue Mar 14, 2022 · 6 comments

Comments

@osm-frasch
Copy link

osm-frasch commented Mar 14, 2022

Our circles app also only goes up to 50 users per circle created.
Currently running Circles, 22.1.1, NC 22.2.2, PHP: 7.3.16, mysql 10.4.12 ,

The command “…occ config:app:get circles members_limit” outputs 50.
Can I change this or is it a fixed size?
Not sure whether this is more a setting thing or a bug?

@ArtificialOwl
Copy link
Member

you can set:

 ./occ circles:app:set circles members_list --value -1

-1 means no limit, or set an integer as limit

@osm-frasch
Copy link
Author

Thanks for the hint.

After I have entered the following "sudo -u apache php occ circles:app:set circles members_list --value -1"

I get this message back:
There are no commands defined in the "circles:app" namespace.
Did you mean one of these?
circles
circles:manage
circles:members
circles:shares
config:app

Has anything changed with regard to the OCC command?

@CarlSchwan
Copy link
Member

It's config:app:set

@osm-frasch
Copy link
Author

OK, thank you this command will be accepted.
sudo -u apache php occ config:app:set circles members_list --value 200
But after the check with: "sudo -u apache php occ config:app:get circles members_limit" I still get 50 back
Do I have to restart the server for this?

@ArtificialOwl
Copy link
Member

Alright, my bad, members_limit and not members_list

 ./occ config:app:set circles members_limit --value 200

To set the value to -1 (default):

 ./occ config:app:delete circles members_limit

@osm-frasch
Copy link
Author

osm-frasch commented Mar 15, 2022

Yes that works fine.
Found out myself just this second. Thanks to everyone though, especially as this is not a support forum. But I will post this tip again in the appropriate thread in the NC support forum so that everyone can benefit from it. See here

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

No branches or pull requests

3 participants