Forums

Error messages abound! (8 posts)

  1. Anonymous
    Unregistered
    Posted 9 years ago #

    A lot of problems for you people who, unlike me, actually have the brain capacity to make WP work.
    1) Firstly, on my blog page, I keep getting several variations this error.
    SQL/DB Error:
    [Table 'melampus_currently.wp_posts' doesn't exist]
    SELECT DISTINCT YEAR(post_date) AS year, MONTH(post_date) AS month, count(ID) as posts FROM wp_posts WHERE post_date < '2004-02-11 21:32:30' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC
    I was trying to post the category list here, but I keep getting this instead. My guess is that it's looking for the wrong MySQL directory, because melampus_currently is what I use for my current mood, music, etc. The one I want to use is melampus_wordpress, which is what I've told it to use, but it doesn't seem to care.
    2) Warning: Cannot modify header information - headers already sent by (output started at /home/melampus/public_html/iris/index.php:14) in /home/melampus/public_html/iris/skins/cookiecheck.php on line 17
    Warning: Cannot modify header information - headers already sent by (output started at /home/melampus/public_html/iris/index.php:14) in /home/melampus/public_html/iris/skins/cookiecheck.php on line 18
    Warning: Cannot modify header information - headers already sent by (output started at /home/melampus/public_html/iris/index.php:14) in /home/melampus/public_html/iris/skins/cookiecheck.php on line 19
    I have no clue what this is. I checked line 14 of index.php and couldn't find anything wrong with it.
    So, if anyone has any clue how I've messed up this time... your help would be greatly appreciated.

  2. Nick Momrik
    Member
    Posted 9 years ago #

    Check cookiecheck.php for blank lines before the opening <?php and after the ?>.

  3. Matt Mullenweg
    Troublemaker
    Posted 9 years ago #

    Sounds like you're trying to do some sort of skin switcher. Put that code before anything else in index.php.

  4. Anonymous
    Unregistered
    Posted 9 years ago #

    allusion- yeah, I'm using a skin switcher. I'll try putting that code on top.
    MtDewVirus- I checked earlier, but I couldn't find anything.

  5. Anonymous
    Unregistered
    Posted 9 years ago #

    Wahey! I moved the skin switcher coding and it got rid of those errors.
    The second ones are still there though.

  6. Anonymous
    Unregistered
    Posted 9 years ago #

    bump.

  7. Anonymous
    Unregistered
    Posted 9 years ago #

    bump.

  8. Mark (podz)
    Support Maven
    Posted 9 years ago #

    The second lot of errors - have you checked that the file being called has no extra white space before the < or after the > ?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.