Error message: Notice salt in Config.php
I added a salt = 32 chars hex
and it asked to relogin (normal since cookie hash changed)
and then works. But I dont think it should fail at all, mayb a regression? Did I really not have a salt in the config file on the demo? (I don't know for sure if it was removed or if it wasn't there before the update...)
it probably wasn't there
we can add a placeholder in global.ini.php to avoid the notice
(In [6055]) fixes #3040 - salt was added in 0.5.4; Zend_Config masked its absence
I removed salt from config.ini.php, upgraded to 1.7.2-rc2 and the error message did not show up. Thanks! :)