by Paul Lindgreen.
re: What is the value of max_allowed_packet? Moodle docs state that should be at least 5000 - in your case, even higher. Do know this, that without that setting, there would be some strange errors reported. :|
Hi Ken, I think you have conflated two similarity named variables.
Our Moodle error message refers to 'max_allowed_packet', this is a mysql setting and moodle recommends minimum 4mb
'max_input_vars' is a php setting and we are using the recommended value of 5000, our error message does not refer to this variable.
Hi Ken, I think you have conflated two similarity named variables.
Our Moodle error message refers to 'max_allowed_packet', this is a mysql setting and moodle recommends minimum 4mb
'max_input_vars' is a php setting and we are using the recommended value of 5000, our error message does not refer to this variable.