Hi everybody,
i have a problem when adding new projects to users. We have a lot of open projects (i guess 700+).
When i try to add more than 282 projects to a single user (in the user edit form) i get the error message "Access denied".
if i add the user in the projects form it works but i can´t change anything in the User form without the "Access denied" error.
Is there somewhere a limit? I didn´t find anything yet.
THX a lot.
slzhld
Access Denied because of to much projects
Re: Access Denied because of to much projects
PHP has a built-in limit on how many variables can be posted in a request. I guess you are hitting it when the number of projects is too many. See if increasing max_input_vars (or something like that) in php.ini and restarting web server helps.
Re: Access Denied because of to much projects
Yes that was the Problem. but it was not active. I activated it and set the vars from 1000 to 3000.
THX a lot
THX a lot