Forum Replies Created

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

    (@leslielaas)

    new guy again… went to the page moving_WordPress did this:

    If you are changing to a new server but same domain, all you need to do is edit wp-config.php with your new database/user information and upload everything as it is to your new server.

    changed database to the correct name define(‘DB_NAME’, ‘leslielaas_wp1’); and now I have a new error:

    Warning: require_once(/home/leslielaas/public_html/leslaas/wp-load.php): failed to open stream: No such file or directory in /home/leslielaas/public_html/leslaas/wp-admin/admin.php on line 30

    Thread Starter leslielaas

    (@leslielaas)

    crude I was missing the final line of php in my wp-config.php file!!!
    Problem solved
    ?>

    Thread Starter leslielaas

    (@leslielaas)

    The name of the wp database is the same. I’m pretty sure the wp-config.php file is right:

    / ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘laa0934012541951’);

    /** MySQL database username */
    define(‘DB_USER’, ‘laa0934012541951’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘********!’);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘laa0934012541951.db.5333376.hostedresource.com’);

    I’ve done several things listed under entries for “Error establishing a database connection” with no luck.

Viewing 3 replies - 1 through 3 (of 3 total)