jamelah
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: disappearing postsActually, looking again, the errors are different.
Above the header:
WordPress database error: [Got error 127 from storage engine]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_date_gmt <= ‘2008-07-20 16:03:59’ AND (post_status = “publish” OR post_author = 1 AND post_status != ‘draft’ AND post_status != ‘static’) AND post_status != “attachment” GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 10WordPress database error: [Got error 127 from storage engine]
SELECT DISTINCT YEAR(post_date) ASyear, MONTH(post_date) ASmonth, count(ID) as posts FROM wp_posts WHERE post_date < ‘2008-07-20 12:03:53’ AND post_date != ‘0000-00-00 00:00:00’ AND post_status = ‘publish’ GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESCIn the text column:
WordPress database error: [Got error 127 from storage engine]
SELECT COUNT(DISTINCT ID) FROM wp_posts WHERE 1=1 AND post_date_gmt <= ‘2008-07-20 16:03:59’ AND (post_status = “publish” OR post_author = 1 AND post_status != ‘draft’ AND post_status != ‘static’) AND post_status != “attachment”Where links to the latest posts should be:
WordPress database error: [Got error 127 from storage engine]
SELECT * FROM wp_posts WHERE post_date < ‘2008-07-20 12:03:54’ AND post_status = ‘publish’ ORDER BY post_date DESC LIMIT 6Where links to latest comments should be:
WordPress database error: [Can’t open file: ‘wp_comments.MYI’ (errno: 144)]
SELECT ID, comment_ID, comment_content, comment_author, post_title FROM wp_comments LEFT JOIN wp_posts ON wp_posts.ID=wp_comments.comment_post_ID WHERE (post_status = ‘publish’ OR post_status = ‘static’) AND post_password =” AND comment_approved = ‘1’ ORDER BY comment_ID DESC LIMIT 12Forum: Fixing WordPress
In reply to: disappearing postsFurther information:
My site: http://www.jamelah.net
I use Yahoo webhosting and it is set to automatically install updates, yet everything says I am running version 2.0.2. I am still able to get into category archives (though the “Everything” category where I put all my posts is missing). I was able to get to posts via the latest comments in the sidebar, but currently I am getting the following error:
WordPress database error: [Got error 127 from storage engine]
SELECT COUNT(DISTINCT ID) FROM wp_posts WHERE 1=1 AND post_date_gmt <= ‘2008-07-20 16:03:59’ AND (post_status = “publish” OR post_author = 1 AND post_status != ‘draft’ AND post_status != ‘static’) AND post_status != “attachment”It appears twice above my blog header, once in the text column, and in the sidebar where links to latest posts and latest comments used to appear.
Forum: Fixing WordPress
In reply to: no comment emailThis seems to have resolved itself; it just started working again last night.
Forum: Fixing WordPress
In reply to: no comment emailThis recently started happening to me (on Saturday, to be exact). I have tried checking, unchecking, saving different options in the Options tab of my control panel, but nothing happens, and I still don’t get my mail, whether it’s a comment being held in moderation or a regular comment.
Is this a problem with WordPress or my e-mail? I’ve been using WordPress since Jan. 06 and haven’t had any problems with it until this just now.