I'm running (and just configuring) 8.02.
With the registration form set to the short version, the page errors out with:
Server Error in Forum Application
An error has occured while writing to the database.
Please contact the forum administrator.
Support Error Code:- err_mySQL_register_USR
File Name:- register.asp
Error details:-
Microsoft OLE DB Provider for ODBC Drivers
[MySQL][ODBC 3.51 Driver][mysqld-5.0.22-community-nt]Field 'Signature' doesn't have a default value
The signature field in MySQL is set to "Not Null", which seems to be the problem, it's rejecting the insert because there is no signature field in the short registration form.
I can fix this by setting the database field to allowing null entries, but by doing so am I introducing any other problems?
Thanks!