SBU-BMI / quip_distro

BSD 3-Clause "New" or "Revised" License
30 stars 16 forks source link

freeline drawing can NOT saved #186

Closed bridge2014 closed 7 years ago

bridge2014 commented 7 years ago

when user draw a big irregular circle slowly , it generate a large geometry array, which exceed the limit of max_input_vars 1000 in php.ini file.

Solution: increase the limit of max_input_vars in php.iniof from 1000 to 4000, restart apache2 server.

bridge2014 commented 7 years ago

I fixed this issue in quip3 server.