Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
Registration Broken / Birthday Year
It seems that the latest version of Vanilla has introduced a bug that results in the year not being listed on the registation forum. Because it isn't listed, it means that no new user can register. Take a look at the registration form here:
http://forum.wbpsystems.com/entry/
http://forum.wbpsystems.com/entry/
0
Comments
I've fixed it in my branch and sent a pull request so it should be in master soon. Egg on my face; sorry about that.
/library/core/class.form.php line 108 change from:
if ($StartYear > $EndYear) {
to:
if ($YearRange === FALSE || $StartYear > $EndYear) {