Support » Fixing WordPress » White screen after moving site

  • Usually I can deal with this problem, but not this time.

    I had a test website. test.name.com
    After completing it I moved it to name.com

    Website works fine, can’t log in wp-admin.

    Server and database is the same, didn’t even export or import it.
    What I have done so far.
    *Changed in mysql both places where was mentioned test.name.com to name.com.
    *Debug mode is on, no errors.
    *Tried to disable plugins, no luck in login.
    *Tried to use default theme, rename the one I used. No luck.
    *Added these in wp-config
    require_once(ABSPATH . ‘wp-settings.php’);
    define(‘WP_HOME’,’http://name.com’);
    define(‘WP_SITEURL’,’http://name.com’);
    *reuploaded wp-login.php
    *Before uploading didnt change any files, just moved them from test.name.com to name.com
    *Cleared cache
    *Password is correct

    Found that I can’t ask for sending new password as well.
    I’m out of options.
    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Use WP Migrate DB.
    https://wordpress.org/plugins/wp-migrate-db/

    With the plugin export the database from test.name.com to name.com with the correct values on the fields “find” and “replace”.

    This must be a problem with the serialized data.

    Thread Starter RyanLV

    (@ryanlv)

    Any other suggestions? Because I don’t have test files, I can try to copy paste them again and change database, but I’m not sure if that will work.

    Thread Starter RyanLV

    (@ryanlv)

    I changed back database setings to test.name.com and can’t login in to test.name.com as well. Solution guys?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White screen after moving site’ is closed to new replies.