1. i typed the names of the table in wp-config
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = ‘wp_commentmeta’;
$table_prefix = ‘wp_comments’;
$table_prefix = ‘wp_links’;
$table_prefix = ‘wp_options’;
$table_prefix = ‘wp_postmeta’;
$table_prefix = ‘wp_posts’;
$table_prefix = ‘wp_terms’;
$table_prefix = ‘wp_terms_relationships’;
$table_prefix = ‘wp_term_taxonomy’;
$table_prefix = ‘wp_usermeta’;
$table_prefix = ‘wp_users’;
2. when i goto the login screen i get this error now
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wp-content\themes\twentyten\functions.php:1) in C:\xampplite\htdocs\wp-login.php on line 337
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wp-content\themes\twentyten\functions.php:1) in C:\xampplite\htdocs\wp-login.php on line 349
3. after i try to login i get this error as well
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wp-content\themes\twentyten\functions.php:1) in C:\xampplite\htdocs\wp-login.php on line 337
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wp-content\themes\twentyten\functions.php:1) in C:\xampplite\htdocs\wp-login.php on line 349
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wp-content\themes\twentyten\functions.php:1) in C:\xampplite\htdocs\wp-includes\pluggable.php on line 690
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wp-content\themes\twentyten\functions.php:1) in C:\xampplite\htdocs\wp-includes\pluggable.php on line 691
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wp-content\themes\twentyten\functions.php:1) in C:\xampplite\htdocs\wp-includes\pluggable.php on line 692
Warning: Cannot modify header information – headers already sent by (output started at C:\xampplite\htdocs\wp-content\themes\twentyten\functions.php:1) in C:\xampplite\htdocs\wp-includes\pluggable.php on line 890