Skip to content

Can't add linked fields in admin view #858

Discussion options

You must be logged in to vote

Okay believe it or not, the limitation is not in JCB but a PHP limitation, so to be able to add more fields you need to increase the following values in you PHP.ini file.

max_input_time = 1300
max_input_vars = 2000

Just in the local development... since when you add that many fields to a view, JCB has to post all that values, and that is where it breaks when it hits up against these limits.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hdwverden
Comment options

Answer selected by Llewellynvdm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants