Поддержка Поиск специалистов Прошу помощи — перенос\копирование сайта

  • Пытаюсь перенести сайт с домена 100dollartrip.com на 100dollartrip.ru
    Новый домен зарегистрирован, Вордпресс установлен.

    WordPress Русская версия v.3.8 — 100dollartrip.com
    Wordpress Русская версия v.3.9.1 — 100dollartrip.ru

    по инструкции сделана копия базы (инструкция http://help.sweb.ru/entry/2327/ )

    до импорта, вордпресс работает стандартно показывая дефолтную страницу, однако
    после импорта базы перестала открываться админская форма, и что не меняла и не писала я в файле — конфига, попасть в админку не могу
    белая страница

    вот файл конфига, помогите, что надо поменять, что б он подцепил новую базу ?

    не работает и всё (

    вот полный текст файла :

    _________________________________________________________________________

    <?php
    
    // ** SpaceWeb technical domain BEGIN **
    if (strpos($_SERVER['HTTP_HOST'], '.swtest.ru') !== false) {
        if (!defined('WP_HOME')) define('WP_HOME',. $_SERVER['HTTP_HOST']);
        if (!defined('WP_SITEURL)) define('WP_SITEURL',  . $_SERVER[''HTTP_HOST']);
    }
    // ** SpaceWeb technical domain END **
    
    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
    * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don't have to use the web site, you can just copy this file
    * to "wp-config.php" and fill in the values.
    *
    * @package WordPress
    */
    
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', '...');
    
    /** MySQL database username */
    define('DB_USER', '...');
    
    /** MySQL database password */
    define('DB_PASSWORD', '...');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost:');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    
    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link http://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
    *
    * @since 2.6.0
    */
    define('AUTH_KEY',         '...');
    define('SECURE_AUTH_KEY',  '...');
    define('LOGGED_IN_KEY',    '...');
    define('NONCE_KEY',        '...');
    define('AUTH_SALT',        '...');
    define('SECURE_AUTH_SALT', '...');
    define('LOGGED_IN_SALT',   '...');
    define('NONCE_SALT',       '...');
    /**#@-*/
    
    /**
    * 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_';
    
    /**
    * WordPress Localized Language, defaults to English.
    *
    * Change this to localize WordPress.  A corresponding MO file for the chosen
    * language must be installed to wp-content/languages. For example, install
    * de.mo to wp-content/languages and set WPLANG to 'de' to enable German
    * language support.
    */
    define ('WPLANG', 'ru_RU');
    
    define ('FS_METHOD', 'direct');
    
    define('WP_DEBUG', false);
    
    /* That's all, stop editing! Happy blogging. */
    
    /** WordPress absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
        define('ABSPATH', dirname(__FILE__) . '/');
    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
    
    //--- disable auto upgrade
    define( 'AUTOMATIC_UPDATER_DISABLED', true );
    _________________________________________________________________________

    На всякий случай, вот конфиг рабочего сайта я его пыталась править но тоже не выходит (

    _________________________________________________________________________

    <?php
    
    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
    * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don't have to use the web site, you can just copy this file
    * to "wp-config.php" and fill in the values.
    *
    * @package WordPress
    */
    
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', '...');
    
    /** MySQL database username */
    define('DB_USER', '...');
    
    /** MySQL database password */
    define('DB_PASSWORD', '...');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost:');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    
    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link http://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
    *
    * @since 2.6.0
    */
    define('AUTH_KEY',         '...');
    define('SECURE_AUTH_KEY',  '...');
    define('LOGGED_IN_KEY',    '...');
    define('NONCE_KEY',        '...');
    define('AUTH_SALT',        '...');
    define('SECURE_AUTH_SALT', '...');
    define('LOGGED_IN_SALT',   '...');
    define('NONCE_SALT',       '...');
    /**#@-*/
    
    /**
    * 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_';
    
    /**
    * WordPress Localized Language, defaults to English.
    *
    * Change this to localize WordPress.  A corresponding MO file for the chosen
    * language must be installed to wp-content/languages. For example, install
    * de.mo to wp-content/languages and set WPLANG to 'de' to enable German
    * language support.
    */
    define ('WPLANG', 'ru_RU');
    
    define ('FS_METHOD', 'direct');
    
    define('WP_DEBUG', false);
    
    /* That's all, stop editing! Happy blogging. */
    
    /** WordPress absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
        define('ABSPATH', dirname(__FILE__) . '/');
    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
    
    //--- disable auto upgrade
    define( 'AUTOMATIC_UPDATER_DISABLED', true );
    
    ?>

Просмотр 2 ответов — с 1 по 2 (всего 2)
  • Модератор Sergey Biryukov

    (@sergeybiryukov)

    Live and Learn

    белая страница

    Попробуйте удалить этот фрагмент, в нём несколько ошибок синтаксиса:

    // ** SpaceWeb technical domain BEGIN **
    if (strpos($_SERVER['HTTP_HOST'], '.swtest.ru') !== false) {
        if (!defined('WP_HOME')) define('WP_HOME',. $_SERVER['HTTP_HOST']);
        if (!defined('WP_SITEURL)) define('WP_SITEURL',  . $_SERVER[''HTTP_HOST']);
    }
    // ** SpaceWeb technical domain END **

    Если не поможет — нужно посмотреть, какая ошибка возникает.

    P.S. Из соображений безопасности никогда не публикуйте на форумах координаты доступа к сайту или к базе данных. Для помощи они не требуются. Здесь я их убрал, но на другом форуме они по-прежнему доступны, поэтому настоятельно рекомендую сменить пароль пользователя MySQL.

    Спасибо за информацию, но пришлось заново создавать базу и устанавливать вордпресс,
    эти строки удалила — ничего не поменялось

    так сделала следующие вещи :
    Изменила, было 2 значения…

    http://pixs.ru/showimage/Biiezimyan_9799191_14046646.png

    но теперь не зайти ни в админку ни на сайт вообще — http://pixs.ru/showimage/Bezimyanni_2146629_14046654.png

    Что опять не верно я сделала ?

Просмотр 2 ответов — с 1 по 2 (всего 2)
  • Тема «Прошу помощи — перенос\копирование сайта» закрыта для новых ответов.