Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 6 years ago

#2720 closed defect (bug) (duplicate)

Failed Comment upload resulted in Database corruption

Reported by: venator48's profile venator48 Owned by:
Milestone: Priority: highest omg bbq
Severity: blocker Version: 1.2
Component: Administration Keywords:
Focuses: Cc:

Description

Producing this error message, and a nonfunctioning blog:

WordPress database error: [Got error 127 from storage engine]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_date_gmt <= '2006-05-12 17:54: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, 50


WordPress database error: [Got error 127 from storage engine]
SELECT DISTINCT YEAR(post_date) AS year, MONTH(post_date) AS month, count(ID) as posts FROM wp_posts WHERE post_date < '2006-05-12 09:54:02' 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 DESC

Change History (2)

#1 @westi
18 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Please do not spam trac with duplicate entries.

Dup of #2718

This ticket was mentioned in Slack in #community-events by sippis. View the logs.


6 years ago

Note: See TracTickets for help on using tickets.