Hello,
This sounds like a max input vars issue with php. If you go to the support info page does it warn you about max input vars?
Please see:
https://www.jevents.net/docs/jevents/item/unable-to-save-jevents-config
Many thanks
Tony
Hi Tony,
Your suggestion led me to the solution.
I needed to alter two things to your suggestion:
# JEvents form submission issue
php_value max_input_vars 5000
First of all the .htaccess-syntax was without an "equal"-sign, so I dropped it.
Secondly, I needed to increase it a lot more. I tried 3000, 4000 but ended up with 5000.
Maybe you can change it in the documentation?