• Resolved patrocinio

    (@patrocinio)


    Hello, I am isntalling last version, and have thsi error when run Install.

    Warning: Cannot modify header information – headers already sent by (output started at /home/mejoresu/public_html/blog/wp-config.php:1) in /home/mejoresu/public_html/blog/wp-admin/install.php on line 12

    I had configuder wp-config.php properly.
    I trien on diferent servers but nothing
    Please help

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I had configuder wp-config.php properly.

    No, sorry you didn’t. Make a fresh copy wp-config-sample.php and put in your values for DB, user, passwd, etc.

    Don’t change anything else and see if that new copy works for you.

    Thread Starter patrocinio

    (@patrocinio)

    Thanks,

    This is my wp-config.php file and still not work
    ¿Any idea?

    <?php
    define('DB_NAME','mu_wrdp1');
    define('DB_USER','mu_wrdp1');
    define('DB_PASSWORD','mypassword');
    define('DB_HOST','localhost');
    define('DB_CHARSET','utf8');
    define('DB_COLLATE','');
    define('AUTH_KEY','f7sXx[2wbB@Ly>+GECEr?(;_a#ypoR5\'3w<G5>L~1X');
    define('SECURE_AUTH_KEY','-\"r642fed3E1d>}MdGFlh@tR!QPU%/!#*X;');
    define('LOGGED_IN_KEY', 'Q^l\"6:9H:Jl)+d$~jIBTt&CPL[Dp<KY4zL3y');
    $table_prefix  = 'wp_';
    define ('WPLANG', 'es_ES');
    if ( !defined('ABSPATH') )
    define('ABSPATH', dirname(__FILE__) . '/');
    require_once(ABSPATH . 'wp-settings.php');
    ?>
    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    If you are still getting those errors, then there are spaces in your file that are causing that.

    Have you made a fresh copy from wp-config-sample.php?

    Thread Starter patrocinio

    (@patrocinio)

    Its finally Working. Just remove any spaces before <?php or after ?>

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

The topic ‘Warning: Cannot modify header information: ERROR when installing’ is closed to new replies.