Topic: Blank Screen After Install
I see a lot of these, but the other threads don't seem to match my issues. I installed it, and I imported the db... I don't have a prefix on my database, (I don't think) so I left that part blank. Is this correct?
define('DB_HOST', 'localhost');
define('DB_PORT', 3306);
define('DB_USER', 'creon');
define('DB_PASS', '4reo52');
define('DB_NAME', 'jb_creon4reo');
define('DB_PREFIX', '');
define('LOCATION', 'local');
define('ENVIRONMENT', 'dev');
What are the reasons it would a blank screen after install?