Title: Wp-admin error after moving WordPress
Last modified: August 19, 2016

---

# Wp-admin error after moving WordPress

 *  Resolved [aichandmokie](https://wordpress.org/support/users/aichandmokie/)
 * (@aichandmokie)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wp-admin-error-after-moving-wordpress/)
 * Hello.
 * I have followed the tutorial [http://codex.wordpress.org/Moving_WordPress](http://codex.wordpress.org/Moving_WordPress)
   to move my WordPress from one domain to another.
 * When I did this everything worked well, until I tried to log in to the Dashboard.
   Now I can’t log into neither of my blogs and I am very afraid that my blog is
   broken!?!
 * How can I fix this without deleting the content and the design I have worked 
   five weeks with?
 * The php error message I get when I open /wp-login.php:
 *     ```
       Warning: Cannot modify header information - headers already sent by (output started at /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-content/plugins/flv-embed/flv-embed.php:2561) in /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-login.php on line 290
   
       Warning: Cannot modify header information - headers already sent by (output started at /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-content/plugins/flv-embed/flv-embed.php:2561) in /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-login.php on line 302
   
       Warning: Cannot modify header information - headers already sent by (output started at /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-content/plugins/flv-embed/flv-embed.php:2561) in /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-login.php on line 304
       ```
   
 * and when I try to log in:
 *     ```
       Warning: Cannot modify header information - headers already sent by (output started at /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-content/plugins/flv-embed/flv-embed.php:2561) in /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-login.php on line 290
   
       Warning: Cannot modify header information - headers already sent by (output started at /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-content/plugins/flv-embed/flv-embed.php:2561) in /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-login.php on line 302
   
       Warning: Cannot modify header information - headers already sent by (output started at /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-content/plugins/flv-embed/flv-embed.php:2561) in /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-login.php on line 304
   
       Warning: Cannot modify header information - headers already sent by (output started at /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-content/plugins/flv-embed/flv-embed.php:2561) in /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-includes/pluggable.php on line 662
   
       Warning: Cannot modify header information - headers already sent by (output started at /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-content/plugins/flv-embed/flv-embed.php:2561) in /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-includes/pluggable.php on line 663
   
       Warning: Cannot modify header information - headers already sent by (output started at /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-content/plugins/flv-embed/flv-embed.php:2561) in /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-includes/pluggable.php on line 664
   
       Warning: Cannot modify header information - headers already sent by (output started at /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-content/plugins/flv-embed/flv-embed.php:2561) in /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-includes/pluggable.php on line 666
   
       Warning: Cannot modify header information - headers already sent by (output started at /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-content/plugins/flv-embed/flv-embed.php:2561) in /customers/aichandmokie.com/aichandmokie.com/httpd.www/wp/wp-includes/pluggable.php on line 865
       ```
   

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

 *  Thread Starter [aichandmokie](https://wordpress.org/support/users/aichandmokie/)
 * (@aichandmokie)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wp-admin-error-after-moving-wordpress/#post-1197432)
 * I wonder if the problem is that the plugins was active when I exported the database
   and the entire worpress installation. If that created the problem the tutorial
   at WordPress should def said something about ‘turn all plugins off before starting
   this procedure’
 * Please help me to solve my problem!
 *  Thread Starter [aichandmokie](https://wordpress.org/support/users/aichandmokie/)
 * (@aichandmokie)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/wp-admin-error-after-moving-wordpress/#post-1197448)
 * Never mind 😉
 * This explanation gave me the correct directions to look for errors.
 * > Interpreting the Error Message:
   > If the error message states: Warning: Cannot modify header information – headers
   > already sent by (output started at /path/blog/wp-config.php:34) in /path/blog/
   > wp-login.php on line 42, then the problem is at line #34 of wp-config.php, 
   > not line #42 of wp-login.php. In this scenario, line #42 of wp-login.php is
   > the victim. It is being affected by the excess whitespace at line #34 of wp-
   > config.php.
   > If the error message states: Warning: Cannot modify header information – headers
   > already sent by (output started at /path/wp-admin/admin-header.php:8) in /path/
   > wp-admin/post.php on line 569, then the problem is at line #8 of admin-header.
   > php, not line #569 of post.php. In this scenario, line #569 of post.php is 
   > the victim. It is being affected by the excess whitespace at line #8 of admin-
   > header.php.

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

The topic ‘Wp-admin error after moving WordPress’ is closed to new replies.

## Tags

 * [dashboard](https://wordpress.org/support/topic-tag/dashboard/)
 * [wp-admin](https://wordpress.org/support/topic-tag/wp-admin/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 1 participant
 * Last reply from: [aichandmokie](https://wordpress.org/support/users/aichandmokie/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/wp-admin-error-after-moving-wordpress/#post-1197448)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
