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.
Vanilla 1.1.5 release candidate 4
This discussion has been closed.
Comments
http://vanilla-friends.googlecode.com/files/vanilla-1.1.5-rc3.zip.
Please review it, especially if you can test it with mysql 3.23 or with a custom authenticator.
@Engin: Can you check the the encoding of your tables, using phpMyAdmin for example.
$this->UserQuery = strtolower(trim($this->UserQuery));
It should look like that:
function BreakKeywords() { $this->UserQuery = strtolower(trim($this->UserQuery)); $Keywords = explode(' ', $this->UserQuery);
>> @jukka: check library/People/People.Class.PasswordHash.php is not missing.
Thanks a lot for quick reply and I am sorry for making such a mistake. I did not realize a new file. I just looked over rcc3 files which were altered compared to vanilla version rcc2.
I replaced again modified files in my Vanilla rcc2 forum with Vanilla rcc3 files and then added PasswordHash.php file. Then I could log in by using my existing user account. I also created a new user and I could log in with that user too. Everything seems to work very well. I took a quick look to other functionality and I did not find any problems. I will continue testing and write back if I have any other problems or other findings.