The MU forums have moved to WordPress.org

Uh, why is this in my error_logs? (3 posts)

  1. Konstan
    Member
    Posted 19 years ago #

    Well, my site has been working fine for a few months now and I never checked the error_log file because well, no one was reporting errors and everything was peachy.

    Today I decided to download it to see whats up and I notice that the file is full of these:

    [20-Jun-2007 19:25:58] install_blog - ID: 1258 URL: http://domain.com/user/ Title: whatever

    Why does this show up in the error log? Is this normal, or what? Not really a problem I guess, but still it bothers me :P

  2. drmike
    Member
    Posted 19 years ago #

    It's normal. Just a timestamp of when a blog got created.

  3. Konstan
    Member
    Posted 19 years ago #

    Thanks, now I have other questions:

    What does this mean?

    [21-Jun-2007 03:02:16] PHP Warning: Cannot modify header information - headers already sent by (output started at /x/wp-includes/wp-db.php:135) in /x/wp-includes/feed-rss2.php on line 2

    Its showing up quite frequently in the logs.

    Also I am getting

    [20-Jun-2007 06:47:56] PHP Warning: Cannot modify header information - headers already sent by (output started at /x/wp-content/themes/home/header.php:5) in /x/wp-signup.php on line 389

    And the line 5 in header.php is <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    and line 389 in the other file is header( "Location: http://{$current_site->domain}{$current_site->path}" );

    so I have no idea whats wrong? Any help is appreciated :)

    Edit: the first one occurs like 5-7 times a day and the other one like 2-3 times a day at random times?

About this Topic