WP messing up.

Discussion in 'HTML & Website Design' started by HeeLiX, Dec 17, 2007.

  1. #1
    Go to my blog.

    And see if it says the line 28 error.

    If so, can anyone help me with this issue?

    Thanks.
     
    HeeLiX, Dec 17, 2007 IP
  2. HeeLiX

    HeeLiX Banned

    Messages:
    531
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Forgot the url haha

    judeaustin.com
     
    HeeLiX, Dec 17, 2007 IP
  3. 3vo

    3vo Peon

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I cant see any error
     
    3vo, Dec 17, 2007 IP
  4. HeeLiX

    HeeLiX Banned

    Messages:
    531
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hmm weird, I get a database error, everytime.
     
    HeeLiX, Dec 17, 2007 IP
  5. 3vo

    3vo Peon

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    can you post the error here? i might be able to help :)
     
    3vo, Dec 17, 2007 IP
  6. HeeLiX

    HeeLiX Banned

    Messages:
    531
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Here it is!



    WordPress database error: [Got error 28 from storage engine]
    SELECT * , IF (DATE_ADD(link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated , UNIX_TIMESTAMP(link_updated) AS link_updated_f FROM wp_links INNER JOIN wp_term_relationships AS tr ON (wp_links.link_id = tr.object_id) INNER JOIN wp_term_taxonomy as tt ON tt.term_taxonomy_id = tr.term_taxonomy_id WHERE 1=1 AND link_visible = 'Y' AND ( tt.term_id = 2 ) AND taxonomy = 'link_category' ORDER BY link_name ASC
     
    HeeLiX, Dec 17, 2007 IP
  7. 3vo

    3vo Peon

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    It should be SELECT * FROM DB not SELECT * , IF or it maybe that one of the sql tables are missing
     
    3vo, Dec 17, 2007 IP