Database error in vBulletin 3.6.2:

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chevythunder
    Senior Member
    • Jul 2006
    • 100
    • 3.5.x

    Database error in vBulletin 3.6.2:

    DELETE FROM post_parsed
    WHERE dateline < 1160388203;
    I have been seeing tons of database errors eversince the upgrade. site seems to be working ok, but the errors have me concerned. Does anyone know what any of this means?


    here is one of the errors ----------------------

    MySQL Error : Table 'chevythunder.post_parsed' doesn't exist
    Error Number : 1146


    another error------------------------------------

    Invalid SQL:

    SELECT text, languageid
    FROM phrase
    WHERE phrasetypeid = 2000
    AND varname = 'search' AND languageid IN (-1, 0, 1);

    MySQL Error : Unknown column 'phrasetypeid' in 'where clause'
    Error Number : 1054


    another error -----------------------------------------------

    Invalid SQL:

    SELECT
    post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
    user.*, userfield.*, usertextfield.*,
    icon.title as icontitle, icon.iconpath,
    avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
    level,

    editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
    editlog.reason AS edit_reason,
    post_parsed.pagetext_html, post_parsed.hasimages,
    IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid


    FROM post AS post
    LEFT JOIN user AS user ON(user.userid = post.userid)
    LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
    LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
    LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
    LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN reputationlevel AS reputationlevel ON(user.reputationlevelid = reputationlevel.reputationlevelid)

    LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
    LEFT JOIN post_parsed AS post_parsed ON(post_parsed.postid = post.postid AND post_parsed.styleid_code = -1 AND post_parsed.styleid_html = -1 AND post_parsed.styleid_php = -1 AND post_parsed.styleid_quote = -1)

    WHERE post.postid IN (0,2989,2992,2993,2994,3004,3005,4050)
    ORDER BY post.dateline;

    MySQL Error : Table 'chevythunder.post_parsed' doesn't exist
    Error Number : 1146
  • Paul M
    Former Lead Developer
    vB.Com & vB.Org
    • Sep 2004
    • 9886

    #2
    post_parsed does not exist in vb 3.6 (it was renamed) - either you have some old modifications that need altering, or (looking at the errors) you are somehow running some vb 3.5 files instead of 3.6 versions.
    Baby, I was born this way

    Comment

    • chevythunder
      Senior Member
      • Jul 2006
      • 100
      • 3.5.x

      #3
      what should I do about this situation?

      Comment

      • Steve Machol
        Former Customer Support Manager
        • Jul 2000
        • 154488

        #4
        Upload the original vB 3.6 files then if you still have this problem disable your pluginss.
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment

        • Spikeman
          New Member
          • Aug 2006
          • 21
          • 3.6.x

          #5
          phrasetypeid

          phrasetypeid was removed also from 3.6 in table phrase, was this renamed? why was it removed? I want to put this back into phrase table, is this a good/bad idea or does it not really matter.

          My reason is that i have an old mod that I wish to use and cannot work out how to get around it without using phrasetypeid in the table phrase.
          iPhone Beta Tester

          Comment

          • Steve Machol
            Former Customer Support Manager
            • Jul 2000
            • 154488

            #6
            Please start your own thread over at vbulletin'org for your modification.
            Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
            Change CKEditor Colors to Match Style (for 4.1.4 and above)

            Steve Machol Photography


            Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


            Comment

            • Spikeman
              New Member
              • Aug 2006
              • 21
              • 3.6.x

              #7
              but vborg did not remove those tables from vbulletin, i was asking you guys the reason why it had been removed, not what should I do with the mod.
              iPhone Beta Tester

              Comment

              • Steve Machol
                Former Customer Support Manager
                • Jul 2000
                • 154488

                #8
                Please do not post in this thread again. It has nothing to do with the original posters question.
                Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
                Change CKEditor Colors to Match Style (for 4.1.4 and above)

                Steve Machol Photography


                Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


                Comment

                • chevythunder
                  Senior Member
                  • Jul 2006
                  • 100
                  • 3.5.x

                  #9
                  when I re-upload these files, do I need to reinstall the upgrade?
                  also, would this be the 3.6.2 files?

                  Comment

                  • Steve Machol
                    Former Customer Support Manager
                    • Jul 2000
                    • 154488

                    #10
                    You upload the correct files for the version you are running. And no, you do not need to install or upgrade when you do this.
                    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
                    Change CKEditor Colors to Match Style (for 4.1.4 and above)

                    Steve Machol Photography


                    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


                    Comment

                    • chevythunder
                      Senior Member
                      • Jul 2006
                      • 100
                      • 3.5.x

                      #11
                      OK everything seems to be working properly now
                      thanks, Tom

                      Comment

                      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                      Working...