Forums
(@zacariah)
20 years, 3 months ago
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.