Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • make sure that you change the name of the file ‘wp-config-sample.php’ into ‘wp-config.php’

    i think i might know what your problem is, since the same sort of thing happened to me.
    anyway, here is one of the lines from the file wp-config-sample.php that you should have modified:
    define(‘DB_NAME’, ‘wordpress’);
    this needs to be changed to:
    define(‘DB_NAME’, ‘(actual_db_name’);
    i, apparently suffering from a particularly smelly brain fart, originally modified the wp-config.php file to look like this:
    define(‘(actual_db_name)’, ‘wordpress’);
    hope that helps!

Viewing 2 replies - 1 through 2 (of 2 total)