• I am a newb at this. After building my first blog, i
    discovered a thing called validation. Im trying to weed out my code errors, while not paying attention to what the site looks like. I have 5 duplicate errors to do with widgets in the sidebars. (categories)
    I Tried a “fix” that i found on here, and now i cannot login to wordpress.(wp-login.php wont load, gives error) I get the following:

    ————————
    Warning: Cannot modify header information – headers already sent by (output started at /home/waramp22/public_html/wp-content/themes/rockin-chrome-1/functions.php:7) in /home/waramp22/public_html/wp-login.php on line 12

    Warning: Cannot modify header information – headers already sent by (output started at /home/waramp22/public_html/wp-content/themes/rockin-chrome-1/functions.php:7) in /home/waramp22/public_html/wp-login.php on line 24

    Warning: Cannot modify header information – headers already sent by (output started at /home/waramp22/public_html/wp-content/themes/rockin-chrome-1/functions.php:7) in /home/waramp22/public_html/wp-includes/pluggable.php on line 390
    ——————————————————–

    Last time this happend was with functions.php, i just reinstalled that file. I downloaded the theme i am using, opened functions.php and it contains the same code as the functions.php in my file manager. Which is:

    ——————
    <?php
    if ( function_exists(‘register_sidebars’) )
    register_sidebars(2);
    ?>
    ——————-

    My online pluggable.php, and wp-login.php are identical in code to new copies in the zip file.

    Would the error likely be somewhere else?

    Thank you very much for any help.

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

    (@waramp22)

    Wow its amazing how fidgety this software is. Learning slowly. In function.php i went to the bottom and made sure there wasnt any empty spaces by hitting delete a few times. Now my blog opens perfectly.

    Learning slowly

    Congrats on attacking and solving a problem on your own. You show great potential grasshopper. 😉

    It’s my first time using wordpress and I’m having problems in my login page please I need some help!!!

    These are my errors and I’ve check the code and cleared all the blank spaces and nothing!!!

    What else can it be!!

    Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/noticias1/wp-login.php:1) in /var/www/html/noticias1/wp-login.php on line 8

    Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/noticias1/wp-login.php:1) in /var/www/html/noticias1/wp-login.php on line 18

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

The topic ‘Cant load wp-login.php WordPress Troubleshooting’ is closed to new replies.