WP database error...any help?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • King Soil
    Confirmed User
    • Oct 2006
    • 195

    #1

    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?
    DUMP YOUR LINKS
  • StickyGreen
    .
    • Oct 2003
    • 13076

    #2
    i'll holla
    Refer Cam Girls and Take Home 10% of Everything They Make For Life

    Comment

    • teksonline
      So Fucking Banned
      • Jan 2005
      • 2904

      #3
      that looks wrong in many ways, DISTINCT *? lol and != "attachment"?

      Comment

      • Jace
        FBOP Class Of 2013
        • Jan 2004
        • 35562

        #4
        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);

        Comment

        • King Soil
          Confirmed User
          • Oct 2006
          • 195

          #5
          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..
          DUMP YOUR LINKS

          Comment

          • King Soil
            Confirmed User
            • Oct 2006
            • 195

            #6
            btw codex.wordpress.org is such a helpful place to visit for learning the ins and outs of WP
            DUMP YOUR LINKS

            Comment

            • nofx
              Too lazy to set a custom title
              • Nov 2002
              • 16826

              #7
              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...

              Often times I wonder why
              There's love and hate, theres live or die.
              When sickness comes I must decide:
              When feelings go, theres suicide.

              Comment

              • King Soil
                Confirmed User
                • Oct 2006
                • 195

                #8
                Originally posted by nofx
                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...
                Yeah I contacted them to clear up some space. I need to go ahead and think about a dedicated box soon for these blogs..
                DUMP YOUR LINKS

                Comment

                Working...