Viewing 8 replies - 1 through 8 (of 8 total)
  • Re-upload a fresh, unpacked, copy of the Twenty Eleven folder to wp-content/themes using FTP or whatever file management application your host provides.
    http://wordpress.org/extend/themes/twentyeleven

    Thread Starter Nathali Gasbarro

    (@nathali-gasbarro)

    Ok, now get into the login page. Thanks.
    However after login, the following message appears:

    Warning: Cannot modify header information – headers already sent by (output started at D:\web\localuser\rentalcup2014\www\wordpress\wordpress\wp-config.php:1) in D:\web\localuser\rentalcup2014\www\wordpress\wordpress\wp-login.php on line 362

    Warning: Cannot modify header information – headers already sent by (output started at D:\web\localuser\rentalcup2014\www\wordpress\wordpress\wp-config.php:1) in D:\web\localuser\rentalcup2014\www\wordpress\wordpress\wp-login.php on line 374

    Warning: Cannot modify header information – headers already sent by (output started at D:\web\localuser\rentalcup2014\www\wordpress\wordpress\wp-config.php:1) in D:\web\localuser\rentalcup2014\www\wordpress\wordpress\wp-includes\pluggable.php on line 680

    Warning: Cannot modify header information – headers already sent by (output started at D:\web\localuser\rentalcup2014\www\wordpress\wordpress\wp-config.php:1) in D:\web\localuser\rentalcup2014\www\wordpress\wordpress\wp-includes\pluggable.php on line 681

    Warning: Cannot modify header information – headers already sent by (output started at D:\web\localuser\rentalcup2014\www\wordpress\wordpress\wp-config.php:1) in D:\web\localuser\rentalcup2014\www\wordpress\wordpress\wp-includes\pluggable.php on line 682

    Warning: Cannot modify header information – headers already sent by (output started at D:\web\localuser\rentalcup2014\www\wordpress\wordpress\wp-config.php:1) in D:\web\localuser\rentalcup2014\www\wordpress\wordpress\wp-includes\pluggable.php on line 881

    What do I do now?

    You have a problem in your site’s wp-config.php file. Try reviewing Solving “headers already sent” warnings.

    Thread Starter Nathali Gasbarro

    (@nathali-gasbarro)

    Still can not solve.
    the problem is not only in wp-config, now also appears in pluggable.php.
    I checked if I can find the error, but I can not.
    Would if I install an older version of WordPress can I?

    No – the problem is in your wp-config.php file.

    (output started at D:\web\localuser\rentalcup2014\www\wordpress\wordpress\wp-config.php:1

    Thread Starter Nathali Gasbarro

    (@nathali-gasbarro)

    <?php
    define(‘DB_NAME’, ‘namedoBD’);
    define(‘DB_USER’, ‘username_here’);
    define(‘DB_PASSWORD’, ‘password_here’);
    define(‘DB_HOST’, ‘localhost’);
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);
    define(‘AUTH_KEY’, ‘put your unique phrase here’);
    define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);
    define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);
    define(‘NONCE_KEY’, ‘put your unique phrase here’);
    define(‘AUTH_SALT’, ‘put your unique phrase here’);
    define(‘SECURE_AUTH_SALT’, ‘put your unique phrase here’);
    define(‘LOGGED_IN_SALT’, ‘put your unique phrase here’);
    define(‘NONCE_SALT’, ‘put your unique phrase here’);

    $table_prefix = ‘wp_’;
    define(‘WPLANG’, ‘pt_BR’);

    define(‘WP_DEBUG’, false);

    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    require_once(ABSPATH . ‘wp-settings.php’);
    ?>

    Thread Starter Nathali Gasbarro

    (@nathali-gasbarro)

    I changed the required fields. Like
    define(‘DB_NAME’, ‘changed namedoBD’);
    define(‘DB_USER’, ‘changed username_here’);
    define(‘DB_PASSWORD’, ‘changed password_here’);
    define(‘DB_HOST’, ‘changed localhost’);

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Failed 1st access adm’ is closed to new replies.