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.