• I change my domain name to my site with godaddy and i got an error where my site isnt working now

    {"err_code":0,"err_message":"\n<h1>Error establishing a database connection<\/h1>\n<p>This either means that the username and password information in your <code>wp-config.php<\/code> file is incorrect or we can't contact the database server at <code>DB_HOST<\/code>. This could mean your host's database server is down.<\/p>\n<ul>\n\u2192\t<li>Are you sure you have the correct username and password?<\/li>\n\u2192\t<li>Are you sure that you have typed the correct hostname?<\/li>\n\u2192\t<li>Are you sure that the database server is running?<\/li>\n<\/ul>\n<p>If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href='https:\/\/www.ads-software.com\/support\/'>WordPress Support Forums<\/a>.<\/p>\n"} PHP Parse error: syntax error, unexpected 'LOGGED_IN_SALT' (T_STRING) in C:\Program Files (x86)\Parallels\Plesk\Additional\wp-cli\php\wp-cli.php(23) : eval()'d code on line 49
Viewing 1 replies (of 1 total)
  • Greetings Hellstorm77!

    I would suggest looking through this support document to follow all the steps necessary in your change.

    Also, if you transferred to Godaddy, you may need to adjust your table prefixes to whatever they’ve set for table values if different from your previous install. You can find this in your wp-config.php. The option will look like this:

    /**
     * WordPress Database Table prefix.
     *
     * You can have multiple installations in one database if you give each
     * a unique prefix. Only numbers, letters, and underscores please!
     */
    $table_prefix  = 'wp_';

    The values you would change would be just the wp of the last line. (This is only if the prefix values are different.)

    All the best,
    Kevin

Viewing 1 replies (of 1 total)
  • The topic ‘changed domain name’ is closed to new replies.