Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Now it’s saying the URL is forbidden, HELP!

    THANKS MACMANX!

    nvm this was wrong!

    thats the first 15 of the error

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/p/b/e/pbeane/html/wordpress/wp-config.php:23) in /home/content/p/b/e/pbeane/html/wordpress/wp-login.php on line 7

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/p/b/e/pbeane/html/wordpress/wp-config.php:23) in /home/content/p/b/e/pbeane/html/wordpress/wp-login.php on line 8

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/p/b/e/pbeane/html/wordpress/wp-config.php:23) in /home/content/p/b/e/pbeane/html/wordpress/wp-login.php on line 9

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/p/b/e/pbeane/html/wordpress/wp-config.php:23) in /home/content/p/b/e/pbeane/html/wordpress/wp-login.php on line 10

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/p/b/e/pbeane/html/wordpress/wp-config.php:23) in /home/content/p/b/e/pbeane/html/wordpress/wp-includes/functions.php on line 1767

    Nope, I checked, no spaces.

    Isn’t this right?

    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘plbeane94’); // The name of the database
    define(‘DB_USER’, ‘plbeane94’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘******’); // …and password
    define(‘DB_HOST’, ‘mysql33.secureserver.net’); // 99% chance you won’t need to change this value

    // Change the prefix if you want to have multiple blogs in a single database.
    $table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-includes/languages.
    // For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* Stop editing */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    ?>

    Ok, thanks!

    I thought the file with the error was wp-login… but I don’t know 100% if it is and I don’t want to mess my wordpress files up.

    I don’t get where this file is located:

    /home/content/p/b/e/pbeane/html/wordpress/wp-login.php

    Now this is what shows up after I login at plbeane94.com/wordpress/wp-login.php:

    Warning: Cannot modify header information – headers already sent by (output started at …………….

    isn’t GoDaddy’s Database Host ‘localhost’?

    nope.

    it’s saying it cant contact localhost.

    it’s not working…

    check it out:

    plbeane94.com/wordpress/

    What did I do wrong?

    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘plbeane94’); // The name of the database
    define(‘DB_USER’, ‘plbeane94’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘******’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

    // Change the prefix if you want to have multiple blogs in a single database.
    $table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-includes/languages.
    // For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* Stop editing */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    ?>

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