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