Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Error during membership application
Hello,
I've am a new user that is experiencing errors when applicants try to register. I'm using the following versions of MySQL, PHP and Windows.
PHP 5
MySQL 5.0.22
Windows XP
Apache Web Server
Here is the error:
Error Message
An error occurred while creating a new user.
Affected Elements
UserManager.CreateUser();
The error occurred on or near: Field 'SubscribeOwn' doesn't have a default value
It's pretty clear that during the CreateUser() process a default value is not being assigned. I don't know where this is taking place, nor what the 'SubscribeOwn' field is for, so I do not know the best way to handle this. Any help is greatly appreciated.
Joshua
0
This discussion has been closed.
Comments
I'd say you should open up your database and put a default value into that field. AND if I am right and the notify extension is the culprit, the author should update it so *IT* applies a default value.