Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Installing WordPress
    In reply to: Upgrade errors
    Thread Starter zacariah

    (@zacariah)

    Found the problem. The new wp-config (for v2) does not have these lines:

    $server = DB_HOST;
    $loginsql = DB_USER;
    $passsql = DB_PASSWORD;
    $base = DB_NAME;

    Once I removed those, all was well. Thanks anyway.

Viewing 1 replies (of 1 total)