Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello,
When, i try to save new value to imputation or updating it, i receive this error
"an error has been, contact your administrator"
I hope you answer me as soon as possible.
thank you.
Hi,
Look at the log file to get the exact error.
It is most likely you are facing max_input_vars limit.
This can be changed in php.ini or .htaccess.
You'll find some posts on the subject in the forum.
I created a php.ini file in tool directory where I defined the variable max_input_vars.
php_value max_input_vars 2000
php_value suhosin.post.max_vars 2000
php_value suhosin.request.max_vars 2000
Now, imputation works well.
Thank you so much.