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.
MySQL 5.0.15
Hiya!
When trying to install Vanilla forum on the newest MySQL 5.0.15 I get this error:
"Mysql said: Field 'Attributes' doesn't have a default value"
Btw.. this is on windows.
Anybody knows what's going on and how to fix it? Thanks!
0
This discussion has been closed.
Comments
Open up database.sql and on line 143 change it to this:
`Attributes` text NOT NULL default '',
Then try the install again. Keep in mind that you may have to manually wipe all tables from your original install attempt. The installer refuses to overwrite anything already in a database (safety precaution).