• I’ve developed a fully functioning WordPress site using a XAMPP testing server on a Windows computer, and I’ve been trying to move the site to my new 1&1 server. After some struggling to configure the database correctly, I finally have the site itself (http://www.certainfaith.com) visible and working reasonably well.

    The problem is, I can’t login to the wp-admin area. When I visit /wp-admin, I get the “White Screen of Death”. When I try a workaround and visit /wp-login instead, I can get the prompt for username and password, but the correct entries still bounce me back out and give me the “ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.” screen. I’ve checked, and all my browsers have cookies enabled.

    The site is installed in the root directory of the 1&1 server (“/”). I’ve checked for extra spaces in the wp-config.php and functions.php files (which some have suggested could be the problem), and nothing. I’ve followed the WordPress Codex for moving sites and just about any tutorial I can find, and still nothing.

    I don’t know much about .htaccess files, but I’m wondering if the problem lies somewhere in there. Only problem is, the only .htaccess file I can find on the 1&1 server is in the “/logs” directory that was already created, and 1&1 does not allow access to delete or edit those files. Could that be the problem in any case?

    Sorry for the long post. It’s been weeks of this, and I’m getting desperate to find an answer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pipedream15

    (@pipedream15)

    Update: After deactivating all my plugins and trying the /wp-admin page again, I get the following error message:

    Warning: Cannot modify header information – headers already sent by (output started at /homepages/19/d508099300/htdocs/wp-content/themes/max-magazine-child/functions.php:10) in /homepages/19/d508099300/htdocs/wp-includes/pluggable.php on line 896

    Thread Starter pipedream15

    (@pipedream15)

    OK, another update. Using the error message above, I deleted the functions.php file in my child theme (which only had a strip slashes function in it to begin with), and now I am able to see and login via wp-admin.

    Of course, the problems haven’t ended. They’ve only changed. Now I’m able to login, and my site works, but most of my images are not loading.

    This gets weirder and weirder.

    Thread Starter pipedream15

    (@pipedream15)

    Final update: The problem with the images loading was apparently caused by leftover URLs pointing to my testing server. After changing the links (individually) to the correct URL, everything appears solid!

    Looks like I don’t need help after all! (Who am I kidding? Something else is bound to break soon!)

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blank wp-admin screen after moving from XAMPP to live server’ is closed to new replies.