mikeb1073
Member
Posted 2 years ago #
I recently bought a website and transferred the hosting to my godaddy account. The process was never really completed correctly but now I'm in real trouble.
I can't get into the back end of WordPress.
You can take a look at the link here:
http://www.howtotalkdirtytoaguy.com/wp-login.php
This brings me to a totally generic sign-in page and after I log in, which normally brings me to my dashboard, It brings me to a stripped down version of my homepage of my website.
hmmm... Perhaps WordPress address (URL) and Blog address (URL) in Settings > General is not correct. Choose whether u want to use your URL with www or without www for both field.
Example without www, open your theme's functions.php (wp-content/themes/ps-gry/ProSense-Grey/functions.php) and add:
<?php
update_option('siteurl', 'http://howtotalkdirtytoaguy.com/');
update_option('home', 'http://howtotalkdirtytoaguy.com/');
?>
Then view your blog, and if everything is fine. Remove the code above from functions.php. We don't need that anymore.
see: http://codex.wordpress.org/Changing_The_Site_URL
mikeb1073
Member
Posted 2 years ago #
Thanks for your help but no dice.... I get this now
Warning: Cannot modify header information - headers already sent by (output started at /home/content/10/5938610/html/wp-content/themes/ps-gry/ProSense-Grey/functions.php:17) in /home/content/10/5938610/html/wp-includes/pluggable.php on line 868
That means that you introduced some white space into your functions.php or that the changes you made have produced an error.