|
Function show form for logged out users doesnt work
Started by: azulE
in: Toolset Professional Support
Quick solution available
Problem: I would like to allow guests to use a CRED form to create posts. When I use the Access Control editor to add this permission for Guests, the setting doesn't seem to be saved correctly. If I reload the page, the checkbox does not appear.
Solution: In this case, there are several thousand input fields on the Access Control page. The server is set up to only allow a maximum of 1000 input variables, so the checkboxes weren't really being saved and no error was visible on the page. However, the server indicates that the save did not occur. Increate your PHP max_input_vars setting to accommodate all the required inputs - 5000 is a good start, but higher is better if you intend to add more fields and inputs.
Relevant Documentation: https://toolset.com/toolset-requirements/
|
|
2 |
12 |
7 years, 2 months ago
Christian Cox
|