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.
Fixing Fatal error: session_start() in People.Class.Authenticator.php
Upon installation I had an error:
Fatal error: session_start() [etc - in filename People.Class.Authenticator.php]
I added
ini_set("session.save_handler","files");
to line 109 of People.Class.Authenticator.php
and fixed the error
0
This discussion has been closed.