How to Fix Wordpress Database Errors? I've got an error 28 from storage engine.

Discussion in 'PHP' started by airraid81, Feb 23, 2008.

  1. #1
    My site is http://juicedsportsblog.com The error is:

    WordPress database error: [Got error 28 from storage engine]
    SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag') AND tr.object_id IN (314, 313, 312, 311, 309, 307, 306, 305) ORDER BY t.name ASC


    Warning: Cannot modify header information - headers already sent by (output started at /home/mhblatt/public_html/wp-includes/wp-db.php:160) in /home/mhblatt/public_html/wp-includes/pluggable.php on line 391

    How do you fix this?
     
    airraid81, Feb 23, 2008 IP
  2. rohan_shenoy

    rohan_shenoy Active Member

    Messages:
    441
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Did you install any plugin?
     
    rohan_shenoy, Feb 23, 2008 IP
  3. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #3
    shallowink, Feb 23, 2008 IP
  4. airraid81

    airraid81 Active Member

    Messages:
    689
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Yes, and I just uninstalled a ton of them, and the errors started shortly after.

    no

    phpMyAdmin gives me this error when I try to use it:

    Warning: session_write_close() [function.session-write-close]: write failed: No space left on device (28) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42

    Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42

    Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php:42) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 99
     
    airraid81, Feb 23, 2008 IP
  5. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #5
    So phpmyadmin says you are out of space too. Looks like you have to either SSH and repair the database from the command line or see if your host will fix it.
     
    shallowink, Feb 23, 2008 IP
  6. airraid81

    airraid81 Active Member

    Messages:
    689
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #6
    Well, I don't really know what that means, so I guess I'll see if my hosting manager will fix it, but on C Panel, it says I'm only using 87 MB of 500 possible.
     
    airraid81, Feb 23, 2008 IP