Can't login after migration
-
I made a migration of a wordpress-installation to a different location (same webhoster)
both servers PHP 5.3., similar server settings# copied all the data with ftp to root/MYFOLDER on the new server
# export/import database via mysqledited wp-config.php
the page is running, without any problems EXCEPT – I can’t login any more.
http://mysite.eu/MYFOLDER/wp-login.php -> following error messages over the login-panel:
Warning: Cannot modify header information – headers already sent by (output started at /var/www/web551/html/MYFOLDER/wp-config.php:1) in /var/www/web551/html/MYFOLDER/wp-login.php on line 349
Warning: Cannot modify header information – headers already sent by (output started at /var/www/web551/html/MYFOLDER/wp-config.php:1) in /var/www/web551/html/MYFOLDER/wp-login.php on line 361
first message refers to line 349 of wp-login.php:
‘header(‘Content-Type: ‘.get_bloginfo(‘html_type’).’; charset=’.get_bloginfo(‘charset’));’second message refers to line 361 of wp-login.php:
‘setcookie(TEST_COOKIE, ‘WP Cookie check’, 0, COOKIEPATH, COOKIE_DOMAIN);
if ( SITECOOKIEPATH != COOKIEPATH )
setcookie(TEST_COOKIE, ‘WP Cookie check’, 0, SITECOOKIEPATH, COOKIE_DOMAIN);’—-
after trying to login with correct user-data I get a blank page with the following errors:
Warning: Cannot modify header information – headers already sent by (output started at /var/www/web551/html/MYFOLDER/wp-config.php:1) in /var/www/web551/html/MYFOLDER/wp-login.php on line 349
Warning: Cannot modify header information – headers already sent by (output started at /var/www/web551/html/MYFOLDER/wp-config.php:1) in /var/www/web551/html/MYFOLDER/wp-login.php on line 361
Warning: Cannot modify header information – headers already sent by (output started at /var/www/web551/html/MYFOLDER/wp-config.php:1) in /var/www/web551/html/MYFOLDER/wp-includes/pluggable.php on line 669
Warning: Cannot modify header information – headers already sent by (output started at /var/www/web551/html/MYFOLDER/wp-config.php:1) in /var/www/web551/html/MYFOLDER/wp-includes/pluggable.php on line 670
Warning: Cannot modify header information – headers already sent by (output started at /var/www/web551/html/MYFOLDER/wp-config.php:1) in /var/www/web551/html/MYFOLDER/wp-includes/pluggable.php on line 671
Warning: Cannot modify header information – headers already sent by (output started at /var/www/web551/html/MYFOLDER/wp-config.php:1) in /var/www/web551/html/MYFOLDER/wp-includes/pluggable.php on line 866
I spent hours checking all sorts of suggestions in various forums but didn’t succeed.
# I was checking empty spaces in wp-config.php, functions.php, wp-login.php but there havn’t been any
# I copied the files above (from the source) and edited them again
# disabled plugins, before the database-export and went through the whole process again
# renamed the plugin-folder
# checked database collateration (it’s also the same)I couldn’t solve the problem and would need help.
Has anyone any idea what else I could try???Thanks for any suggestions!
The topic ‘Can't login after migration’ is closed to new replies.