member list problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nikosb
    Member
    • Sep 2008
    • 38
    • 4.2.X

    member list problem

    I have a promblem with member list
    When you open http://url/forums/memberlist.php and choose one letter , it shows me only the names that the username beggins with "S" (CAPITAL)
    and not the names withw ''small'' ''s''....

    i Have vbseo and Does not work correctly with vbseo enable or disable.

    Can you please tell me how to fix this promblem ?

    Thank you for your time
    Greek funny Forum
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Does this only happen with S?

    Comment

    • nikosb
      Member
      • Sep 2008
      • 38
      • 4.2.X

      #3
      it was an simple example

      it happens with all letters

      Thanks
      Greek funny Forum

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        What is the character encoding for your database/tables/rows and have you ever changed or modified it? Also what is the connection encoding?

        Comment

        • nikosb
          Member
          • Sep 2008
          • 38
          • 4.2.X

          #5
          1)conections encoding is utf-8
          2)never change it
          3) database table is utf8_bin
          Greek funny Forum

          Comment

          • Zachery
            Former vBulletin Support
            • Jul 2002
            • 59097

            #6
            In the AdminCP > Language & Settings > Edit Language what is the character encoding of the forum set to?

            Comment

            • nikosb
              Member
              • Sep 2008
              • 38
              • 4.2.X

              #7
              UTF-8
              charset=UTF-8
              Greek funny Forum

              Comment

              • Zachery
                Former vBulletin Support
                • Jul 2002
                • 59097

                #8
                utf8_bin: compare strings by the binary value of each character in the string

                utf8_general_ci: compare strings using general language rules and using case-insensitive comparisons

                utf8_general_cs: compare strings using general language rules and using case-sensitive comparisons

                For example, the following will evaluate at true with either of the UTF8_general collations, but not with the utf8_bin collation:

                Ä = A
                Ö = O
                Ü = U

                With the utf8_general_ci collation, they would also return true even if not the same case.
                I believe this should help explain things.

                Comment

                • nikosb
                  Member
                  • Sep 2008
                  • 38
                  • 4.2.X

                  #9
                  thank you for the time
                  i got it
                  please tell me something else
                  is any way to return the utf8_bin to general_ci with one querie?
                  Greek funny Forum

                  Comment

                  • Zachery
                    Former vBulletin Support
                    • Jul 2002
                    • 59097

                    #10
                    I don't know of a single query, we think you should be able to change the encoding from bin to ci without much trouble but we would advise backing up first.

                    Comment

                    • nikosb
                      Member
                      • Sep 2008
                      • 38
                      • 4.2.X

                      #11
                      Thanks Zachery
                      Fixed.
                      Greek funny Forum

                      Comment

                      Related Topics

                      Collapse

                      Working...
                      😀
                      😂
                      🥰
                      😘
                      🤢
                      😎
                      😞
                      😡
                      👍
                      👎