Error data base

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sonic83
    Senior Member
    • Feb 2012
    • 141
    • 4.2.X

    Error data base

    Hello. Constantly receiving this email in error database, but not how to solve it.
    thanks

    PHP Code:
      Database error in vBulletin 4.2.2:  Invalid SQL:                      SELECT languageid,             phrasegroup_global AS phrasegroup_global,             phrasegroup_reviews AS phrasegroup_reviews,             phrasegroup_postbit AS phrasegroup_postbit,             phrasegroup_posting AS phrasegroup_posting,             phrasegroupinfo AS lang_phrasegroupinfo,             options AS lang_options,             languagecode AS lang_code,             charset AS lang_charset,             locale AS lang_locale,             imagesoverride AS lang_imagesoverride,             dateoverride AS lang_dateoverride,             timeoverride AS lang_timeoverride,             registereddateoverride AS lang_registereddateoverride,             calformat1override AS lang_calformat1override,             calformat2override AS lang_calformat2override,             logdateoverride AS lang_logdateoverride,             decimalsep AS lang_decimalsep,             thousandsep AS lang_thousandsep                     FROM language                     WHERE languageid 5;  MySQL Error   Unknown column 'phrasegroup_reviews' in 'field list' Error Number  1054 Request Date  SaturdayApril 18th 2015 12:16:08 AM Error Date    SaturdayApril 18th 2015 12:16:08 AM Script        http://www.mysite.com/foro/reviews/new-days-back-30/ Referrer      :  IP Address    : 68.180.228.153 Username      :  Classname     : vB_Database MySQL Version : 
  • Paul M
    Former Lead Developer
    vB.Com & vB.Org
    • Sep 2004
    • 9886

    #2
    You really need some linefeeds in that message, its really difficult to read as is.
    Baby, I was born this way

    Comment

  • sonic83
    Senior Member
    • Feb 2012
    • 141
    • 4.2.X

    #3
    Originally posted by Paul M
    You really need some linefeeds in that message, its really difficult to read as is.
    Sorry:


    Database error in vBulletin 4.2.2:

    Invalid SQL:

    SELECT
    userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
    IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid,
    language.phrasegroup_global AS phrasegroup_global,
    language.phrasegroup_reviews AS phrasegroup_reviews,
    language.phrasegroup_postbit AS phrasegroup_postbit,
    language.phrasegroup_posting AS phrasegroup_posting,
    language.phrasegroupinfo AS lang_phrasegroupinfo,
    language.options AS lang_options,
    language.languagecode AS lang_code,
    language.charset AS lang_charset,
    language.locale AS lang_locale,
    language.imagesoverride AS lang_imagesoverride,
    language.dateoverride AS lang_dateoverride,
    language.timeoverride AS lang_timeoverride,
    language.registereddateoverride AS lang_registereddateoverride,
    language.calformat1override AS lang_calformat1override,
    language.calformat2override AS lang_calformat2override,
    language.logdateoverride AS lang_logdateoverride,
    language.decimalsep AS lang_decimalsep,
    language.thousandsep AS lang_thousandsep
    , (user.credits) AS vbcredits_6, user.credits AS vbcreditsb_6, user.panjo_selling
    FROM user AS user
    LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
    LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 5, user.languageid))

    WHERE user.userid = 2 LIMIT 1;

    MySQL Error : Unknown column 'language.phrasegroup_reviews' in 'field list'
    Error Number : 1054
    Request Date : Saturday, April 18th 2015 @ 06:06:08 PM
    Error Date : Saturday, April 18th 2015 @ 06:06:08 PM
    Script : http://www.mysite.com/foro/rev...-days-back-30/
    Referrer :
    IP Address : 79.109.24.120
    Username :
    Classname : vB_Database
    MySQL Version :
    Last edited by sonic83; Wed 22 Apr '15, 10:01am.

    Comment

    • Paul M
      Former Lead Developer
      vB.Com & vB.Org
      • Sep 2004
      • 9886

      #4
      MySQL Error : Unknown column 'language.phrasegroup_reviews' in 'field list'
      Thats not a default column, looks like you have a [reviews ?] add-on that hasnt installed properly.
      Baby, I was born this way

      Comment

      • sonic83
        Senior Member
        • Feb 2012
        • 141
        • 4.2.X

        #5
        Originally posted by Paul M
        Thats not a default column, looks like you have a [reviews ?] add-on that hasnt installed properly.
        How can I resolve the error? I installed the "reviews" plugin and I return to delete?
        thanks

        Comment

        • Mark.B
          vBulletin Support
          • Feb 2004
          • 24287
          • 6.0.X

          #6
          Have you tried uninstalling the product?
          MARK.B
          vBulletin Support
          ------------
          My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
          My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

          Comment

          • sonic83
            Senior Member
            • Feb 2012
            • 141
            • 4.2.X

            #7
            Originally posted by Mark.B
            Have you tried uninstalling the product?
            Yes I uninstaled two weeks ago.

            Comment

            • sonic83
              Senior Member
              • Feb 2012
              • 141
              • 4.2.X

              #8
              I installed the "reviews" plugin and I return to delete?

              Comment

              • Wayne Luke
                vBulletin Technical Support Lead
                • Aug 2000
                • 74093

                #9
                Run this query if you're still getting the error:

                ALTER TABLE language ADD phrasegroup_reviews MEDIUMTEXT;

                Worst that will happen is you'll have a unused field in your table.
                Translations provided by Google.

                Wayne Luke
                The Rabid Badger - a vBulletin Cloud demonstration site.
                vBulletin 5 API

                Comment

                • Lynne
                  Former vBulletin Support
                  • Oct 2004
                  • 26255

                  #10
                  When you uninstalled the plugin, did you make sure to also remove any files you uploaded for the modification?

                  Please don't PM or VM me for support - I only help out in the threads.
                  vBulletin Manual & vBulletin 4.0 Code Documentation (API)
                  Want help modifying your vbulletin forum? Head on over to vbulletin.org
                  If I post CSS and you don't know where it goes, throw it into the additional.css template.

                  W3Schools <- awesome site for html/css help

                  Comment

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