Need install EN Language pack for vb3.7.2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #16
    There is no way or reason to change that. This reports the version you are using.
    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

    • SoulSuite
      New Member
      • Jul 2008
      • 27
      • 3.7.x

      #17
      I know, but the language is in turkish, before it was in English

      Comment

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

        #18
        Change your Language setting in your User CP.
        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

        • SoulSuite
          New Member
          • Jul 2008
          • 27
          • 3.7.x

          #19
          Well that's the point, It's already in English but is still showing as Turkish. Also few subjects in the usercp is in Turkish when the language is on other language setted.

          Comment

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

            #20
            Try running one of these queries:

            For MySQL 4.0.x use this query:

            DELETE
            FROM phrase
            USING phrase AS p1
            LEFT JOIN phrase AS p2 ON ( p1.varname = p2.varname
            AND p2.languageid = -1 )
            WHERE p1.languageid =0
            AND p2.languageid IS NOT NULL;

            Or for MySQL 4.1.x and higher, use this query:

            DELETE
            FROM phrase AS p1
            USING phrase AS p1
            LEFT JOIN phrase AS p2 ON ( p1.varname = p2.varname
            AND p2.languageid = -1 )
            WHERE p1.languageid =0
            AND p2.languageid IS NOT NULL;


            Then run this:

            AdminCP -> Languages & Phrases -> Language Manager -> [Rebuild All Languages]

            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

            • SoulSuite
              New Member
              • Jul 2008
              • 27
              • 3.7.x

              #21
              SQL-query:
              DELETE FROM phrase AS p1 USING phrase AS p1 LEFT JOIN phrase AS p2 ON ( p1.varname = p2.varname AND p2.languageid = -1 ) WHERE p1.languageid =0 AND p2.languageid IS NOT NULL
              MySQL retourneerde:
              #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AS p1
              USING phrase AS p1
              LEFT JOIN phrase AS p2 ON ( p1.varname = p2.varname
              ' at line 2

              Comment

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

                #22
                I'm sorry but I'm all out of ideas. Your third-party language pack seems to have messed up the database. You will need to contact the author of that pack for help with 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

                • SoulSuite
                  New Member
                  • Jul 2008
                  • 27
                  • 3.7.x

                  #23
                  Well nevermind then, I get this issues when I was importing the SQL backup. All the characters were changed etc.

                  Im doing now a fresh install, Could you tellme maybe how to do that the next time dont get any issues with the languages? How I must backup or do any settings in the languages files..

                  Thanks for your support, I really appreciated that

                  Comment

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