I recently changed servers and started moving a friend's blog over to the new server. The site is austinanddanielle.com. It took me a while to figure it all out but here is what I've done so far:
Downloaded all the blog files from the old server and uploaded them to the new one.
Created a new database and imported the old one into it.
Updated the config files accordingly.
The site is showing up but there I've getting strange snippets of code here and there. One example is the top of the blog and the admin pages has this single line:
ATH . 'wp-settings.php'); ?> > ATH . 'wp-settings.php'); ?>
I also see things like this when updating a plugin:
ATH . 'wp-settings.php'); ?> > ATH . 'wp-settings.php'); ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/josuebla/public_html/austinanddanielle/wp-config.php:37) in /home/josuebla/public_html/austinanddanielle/wp-includes/pluggable.php on line 850
Warning: Cannot modify header information - headers already sent by (output started at /home/josuebla/public_html/austinanddanielle/wp-config.php:37) in /home/josuebla/public_html/austinanddanielle/wp-includes/pluggable.php on line 850
Any help on resolving these issues? Thanks in advance