Advertisement
LittleAngel

Forum Error

Feb 22nd, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. Database error in vBulletin 4.0.7:
  2.  
  3. Invalid SQL:
  4.  
  5. SELECT
  6. post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
  7. user.*, userfield.*, usertextfield.*,
  8.  
  9. avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
  10. spamlog.postid AS spamlog_postid,
  11. deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
  12. editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
  13. editlog.reason AS edit_reason, editlog.hashistory,
  14. postparsed.pagetext_html, postparsed.hasimages,
  15. sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages,
  16. sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
  17. IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid
  18.  
  19.  
  20. FROM vb_post AS post
  21. LEFT JOIN vb_user AS user ON(user.userid = post.userid)
  22. LEFT JOIN vb_userfield AS userfield ON(userfield.userid = user.userid)
  23. LEFT JOIN vb_usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
  24.  
  25. LEFT JOIN vb_avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vb_customavatar AS customavatar ON(customavatar.userid = user.userid)
  26. LEFT JOIN vb_spamlog AS spamlog ON(spamlog.postid = post.postid)
  27. LEFT JOIN vb_deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND deletionlog.type = 'post')
  28. LEFT JOIN vb_editlog AS editlog ON(editlog.postid = post.postid)
  29. LEFT JOIN vb_postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 2 AND postparsed.languageid = 1)
  30. LEFT JOIN vb_sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 2 AND sigparsed.languageid = 1)
  31. LEFT JOIN vb_sigpic AS sigpic ON(sigpic.userid = post.userid)
  32.  
  33. WHERE post.postid IN (0832098,832904,832948,833072,835732,836909,836945,837215,837427,837584,837955,838035)
  34. ORDER BY post.dateline;
  35.  
  36. MySQL Error : Table 'postparsed' is marked as crashed and should be repaired
  37. Error Number : 1194
  38. Request Date : Wednesday, February 22nd 2012 @ 03:30:54 PM
  39. Error Date : Wednesday, February 22nd 2012 @ 03:30:54 PM
  40. Script : http://forum.unity3d.com/threads/56180-Strumpy-Shader-Editor-4.0a-Massive-Improvements/page116
  41. Referrer : http://forum.unity3d.com/threads/56180-Strumpy-Shader-Editor-4.0a-Massive-Improvements/page115
  42. IP Address : 82.28.41.32
  43. Username : Little Angel
  44. Classname : vB_Database
  45. MySQL Version : 5.0.45-log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement