![]() |
WP database error...any help?
I was adding a post to wordpress when I got this weird db error..
WordPress database error: [Got error 28 from table handler] SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_date_gmt <= '2006-11-20 07:04:59' AND (post_status = "publish") AND post_status != "attachment" GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 10, 10 any php or wordpress gurus able to help or lead me in the right direction? |
i'll holla
|
that looks wrong in many ways, DISTINCT *? lol and != "attachment"?
|
Put this line somewhere in the wp-settings.php file (for example at the
end of the code before the do_action(init) call): $wpdb->hide_errors(); in line 60 of wp-settings.php change to: error_reporting(0); |
Actually I looked it up on the codex and found it. Its an error to do with a harddrive running out of space. So its on my hosts end..
|
btw codex.wordpress.org is such a helpful place to visit for learning the ins and outs of WP
|
tell your host to check the email box
this happened to me once and an inbox apparently had like fucking 32874298347 mails and it filled up the HD like whoa... |
Quote:
|
All times are GMT -7. The time now is 01:06 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123