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.
signin.php page not displaying
Hi,
I just set up vanilla using the 'installer.php' file.
I've set it up locally (i.e. localhost). The db got created (total 18 tables).
I reviewed the 'settings.php' page and everything seems to be in order:
// Database Settings
define("dbHOST", "localhost");
define("dbNAME", "vanilla");
define("dbUSER", "root");
define("dbPASSWORD", "mypassword");
The signin page is coming up blank??
Any ideas?
Thanks.
0
This discussion has been closed.
Comments
Change them to forward slashes (/) in line 10 and see if that fixes anything