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.
I've found a simple bug
If you instal Vanilla and you don't have a password for a database user it installs but doesn't work;
The solution is: file database shoud declare an array variable for such a case. I've fixed it adding a
$Configuration['DATABASE_PASSWORD'] = '';
to database.php
0
This discussion has been closed.
Comments
(search is your friend)