Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 12 months ago

#2720 closed defect (bug) (duplicate)

Failed Comment upload resulted in Database corruption

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

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
20 years ago

  • Resolutionduplicate
  • Status newclosed

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.


9 years ago

Note: See TracTickets for help on using tickets.