Tony, I think you have a bug in custom fields because I am getting the following message:
Notice, I have max_input_vars set to 3800 and your function is seeing that as less than 3571.
Am I correct here or is there something else at play that I am not aware of?
Also, still can't get language constants to work, I have resigned myself to just entering the text in the fields for Custom Fields. I will eventually be required to support seven languages, not sure how I will do that with Custom Fields. When I create en-GB.override.ini, I make sure to save a copy in both language->overrides and administrator->language->overrides, Still Custom Fields doesn't pick it up. What is a poor boy gonna do?
Your session template is getting close to the maximum size allowed on your server - please check your htaccess file and increase the 'max_input_vars' setting for PHP. The number of elements in your form compared to the maximum allowed is:
3571 vs 3800
Notice, I have max_input_vars set to 3800 and your function is seeing that as less than 3571.
Am I correct here or is there something else at play that I am not aware of?
Also, still can't get language constants to work, I have resigned myself to just entering the text in the fields for Custom Fields. I will eventually be required to support seven languages, not sure how I will do that with Custom Fields. When I create en-GB.override.ini, I make sure to save a copy in both language->overrides and administrator->language->overrides, Still Custom Fields doesn't pick it up. What is a poor boy gonna do?