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/
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.
Developer at Vanilla Forums, Inc. [GitHub, Twitter]
- Spam
- Abuse
0 · Insightful Awesome LOL ·/library/core/class.form.php line 108 change from:
if ($StartYear > $EndYear) {to:
if ($YearRange === FALSE || $StartYear > $EndYear) {Developer at Vanilla Forums, Inc. [GitHub, Twitter]
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·