There's no limit, so it should be fine. We don't translate error messages, so that must be coming from somewhere else. Are you able to link to your page so we can take a look?
Have you tried different browsers?
If you are not translating Data Tables and Editor messages yourself using i18n it is pretty sure the message comes from the browser.
If you don't have anything like this in your code you won't receive German error messages from Editor:
I suspect, based on the description, you are hitting a limit in the number of parameters submitted to the server. Are you using PHP? If so, try increasing the max_input_vars parameter for your PHP configuration.
Answers
There's no limit, so it should be fine. We don't translate error messages, so that must be coming from somewhere else. Are you able to link to your page so we can take a look?
Colin
unfortunatly not at the moment. the error is displayed within the lightbox window of editor.
Have you tried different browsers?
If you are not translating Data Tables and Editor messages yourself using i18n it is pretty sure the message comes from the browser.
If you don't have anything like this in your code you won't receive German error messages from Editor:
I suspect, based on the description, you are hitting a limit in the number of parameters submitted to the server. Are you using PHP? If so, try increasing the
max_input_vars
parameter for your PHP configuration.Allan
Yes Allan i use PHP but in my xamppfiles\etc\php.ini there s no variable like "max_input_vars" - i have only "max_input_time"
Sounds like you got a problem there.
I use this configuration for max_input_vars in my php.ini
max_input_vars = 30000
The default is much lower. So if you can't find it in your php.ini I would just try to add it.