jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
99 stars 85 forks source link

Bug when post_max_size is 0 #74

Closed jcrodriguez-dis closed 4 months ago

jcrodriguez-dis commented 6 years ago

Reported by Brian Sea, vpl_get_max_post_size() in locallib.php doesn't take into account that post_max_size in the php.ini could be zero -- as in "no limit." As a result, VPL doesn't allow for the setting of a max file size.

olberger commented 2 years ago

For reference, I tend to think I've been bitten by that bug, as per https://moodle.org/mod/forum/discuss.php?d=434080

Thanks in advance.

jcrodriguez-dis commented 4 months ago

Issue resolved in V3.5 32d77a14.