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.6 Released
Mark
Vanilla Staff
Vanilla 1.1.6 has been released and is now available at getvanilla.com.
If you are upgrading from a previous installation of Vanilla, you'll want to read the upgrade instructions.
If you're curious like me, you'll want to read the release notes.
A big thank you to all of the contributors!
If you are upgrading from a previous installation of Vanilla, you'll want to read the upgrade instructions.
If you're curious like me, you'll want to read the release notes.
A big thank you to all of the contributors!
dinoboff
edavis
hst
izaak
Reed Loden
[-Stash-]
sirlancelot
SubJunk
Wallphone
0
Comments
Here is what Line 22 to 30 of library/Framework/Framework.Functions.php should look like:
function AddConfigurationSetting(&$Context, $SettingName, $SettingValue = '1') { if (!array_key_exists($SettingName, $Context->Configuration) || $Context->Configuration[$SettingName] != $SettingValue) { $Context->Configuration[$SettingName] = ''; $SettingsManager = $Context->ObjectFactory->NewContextObject($Context, 'ConfigurationManager'); $SettingsFile = $Context->Configuration['APPLICATION_PATH'].'conf/settings.php'; $SettingsManager->DefineSetting($SettingName, $SettingValue, 1); $SettingsManager->SaveSettingsToFile($SettingsFile); } }
What is the error message you get with People.Class.PasswordHash.php?
PeoplePasswordHash is defined in library/People/People.Class.PasswordHash.php and the 3 init_*.php files load this file.
I did that too (1.1.5a -> 1.1.7). Works perfectly. All our 34 activated Addons seems to work nicely
Just follow the upgrade instructions for 1.1.7 and then for 1.1.6 with the files of the 1.1.7 zip