Hello, when i want to add time to my real work a error message appears.
ERROR : Une erreur est survenue le 2016-08-29 à 08:05:07
Contactez votre administrateur
Here you can fin the log file : 2016-08-29 08:02:14.790 ** ERROR ** ERROR **
2016-08-29 08:02:14.790 ** ERROR ** on file '/var/www/projeqtor/tool/saveImputation.php' at line (85)
2016-08-29 08:02:14.790 ** ERROR ***** cause = Error - Maybe max_input_vars is too small in php.ini
Have a good day.
Increase max_input_vars in your php.ini
Ok, where can i find this file please
In your php installation.
On linux, use locate php.ini.
On windows, your xAMP stack (easyPHP, WAMP) will give you access to this configuration file.
ok thank and what is the cause of the problem ?
I found this line but it's comment, do i have to uncomment it and put the value 2000 for exemple ?
EDIT : i uncomment this line and let's it to 1000 by default and restart the server : problem not solved
When not defined, default value is 1000.
So defining it to 1000 may not solve anything.
Set it to 4000 (advised value in prerequisites)