Title: problem moving wordpress
Last modified: August 19, 2016

---

# problem moving wordpress

 *  [fishgun](https://wordpress.org/support/users/fishgun/)
 * (@fishgun)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/problem-moving-wordpress/)
 * I’ve moved WP from one URL to another
 * I can get as far as the wp-login page, but when I enter my user name and password
   I get the following errors:
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/s/k/skyclub/web/public_html/wp-content/themes/thesis_17/functions.php:
   1) in /home/s/k/skyclub/web/public_html/wp-login.php on line 336
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/s/k/skyclub/web/public_html/wp-content/themes/thesis_17/functions.php:
   1) in /home/s/k/skyclub/web/public_html/wp-login.php on line 346
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/s/k/skyclub/web/public_html/wp-content/themes/thesis_17/functions.php:
   1) in /home/s/k/skyclub/web/public_html/wp-includes/pluggable.php on line 690
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/s/k/skyclub/web/public_html/wp-content/themes/thesis_17/functions.php:
   1) in /home/s/k/skyclub/web/public_html/wp-includes/pluggable.php on line 691
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/s/k/skyclub/web/public_html/wp-content/themes/thesis_17/functions.php:
   1) in /home/s/k/skyclub/web/public_html/wp-includes/pluggable.php on line 692
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/s/k/skyclub/web/public_html/wp-content/themes/thesis_17/functions.php:
   1) in /home/s/k/skyclub/web/public_html/wp-includes/pluggable.php on line 890

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

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/problem-moving-wordpress/#post-1722709)
 * have you tried:
 * 1. checking wp-config.php to make sure the Domain and other info there is current
 * 2. renaming/deleting .htaccess
 * 3. If you have access to your database, in the wp_options table, make sure ‘siteurl’(
   should be record 2) is set to the correct domain.
 * **Backup your DB before touching with it **
 *  Thread Starter [fishgun](https://wordpress.org/support/users/fishgun/)
 * (@fishgun)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/problem-moving-wordpress/#post-1722715)
 * thanks for the reply.
 * wp-config is fine.
    deleting ht.access doesn’t affect anything.
 * I can see the site itself, just can’t log in to the admin area?
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/problem-moving-wordpress/#post-1722717)
 * did you check #3:
 * 3. If you have access to your database, in the wp_options table, make sure ‘siteurl’(
   should be record 2) is set to the correct domain.
 * if you did and found it to be correct, then try:
 * > -If you have access to your admin panel, try deactivating all plugins. If you
   > don’t have access to your admin panel, try manually resetting your plugins.
   > If that resolves the issue, reactivate each one individually until you find
   > the cause.
   > -If your blog showed no signs of improvement after deactivating your plugins,
   > then it’s time to move on to your currently active theme. If you have access
   > to your admin panel, try switching to the Default theme (WordPress 1.5 – 2.9.2)
   > or the Twenty Ten theme (WordPress 3.0 and higher). If you don’t have access
   > to your admin panel, access your server via FTP or SFTP, navigate to /wp-content/
   > themes/ and rename the directory of your currently active theme. This will 
   > force the Default theme (WordPress 1.5 – 2.9.2) or the Twenty Ten theme (WordPress
   > 3.0 and higher) to activate and hopefully rule-out a theme-specific issue.
   > -If your blog showed no signs of improvement after deactivating your plugins
   > and switching your theme, try downloading WordPress again and delete then replace
   > your copies of everything except the wp-config.php file and the /wp-content/
   > directory with fresh copies from the download. This will effectively replace
   > all of your core files without damaging your content and settings. Some uploaders
   > tend to be unreliable when overwriting files, so don’t forget to delete the
   > original files before replacing them.
 * [http://weblogtoolscollection.com/archives/2010/10/14/wordpress-general-troubleshooting/](http://weblogtoolscollection.com/archives/2010/10/14/wordpress-general-troubleshooting/)
 * also [review this](http://codex.wordpress.org/Moving_WordPress):
 *  Thread Starter [fishgun](https://wordpress.org/support/users/fishgun/)
 * (@fishgun)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/problem-moving-wordpress/#post-1722727)
 * yeah, I manually edited the site URL in PHPMyAdmin before I tried to access the
   site. Double checked it and it is correct.
 * I don’t have access to WP Admin, so I’ll try deleting/renaming the theme folder
   since this is referenced in the errors (Thesis)
 * I think it is something to do with the theme’s functions.php file, but there’s
   no whitespace in, before or after the offending lines – usually the culprit.
 * for now I’ll be reinstating the original site, then see if I an get the WordPress
   version and admin active on a subdomain.
 * thanks for the input in the meantime.
 *  [artcoder](https://wordpress.org/support/users/artcoder/)
 * (@artcoder)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/problem-moving-wordpress/#post-1722732)
 * In addition to making sure siteurl in wp_options table is correct, also check
   the “home” value in the wp_options table as well. That contains an URL value 
   as well.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/problem-moving-wordpress/#post-1722856)
 * You have unexpected whitespace (either a space or an entire line) on line 1 of
   the `/wp-content/themes/thesis_17/functions.php` file. See [this guide](http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F)
   for more info.
 * Alternatively, replacing the file with one from a fresh download may resolve 
   the issue.

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

The topic ‘problem moving wordpress’ is closed to new replies.

## Tags

 * [changing](https://wordpress.org/support/topic-tag/changing/)
 * [fault](https://wordpress.org/support/topic-tag/fault/)
 * [move](https://wordpress.org/support/topic-tag/move/)
 * [moving](https://wordpress.org/support/topic-tag/moving/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)
 * [url](https://wordpress.org/support/topic-tag/url/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 4 participants
 * Last reply from: [James Huff](https://wordpress.org/support/users/macmanx/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/problem-moving-wordpress/#post-1722856)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
