The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Problem whith character
. I am reaching out to ask for your help regarding an issue I am encountering with my forum. A couple of weeks or so ago we upgraded the forum from 3.8.9 to the 3.8.11 version. We also moved the forum to a new server. We are now seeing an issue that when some users post the characters ë and ç, they now show with the following symbols: ë ç
I have no idea how to this since I am not the best at this kind of stuff. Could you please help? Thanks so much |
#2
|
|||
|
|||
Fix your character collation on the server so they all match.
Code:
character_set_client latin1 character_set_connection latin1 character_set_database latin1 character_set_results latin1 character_set_server latin1 |
#3
|
||||
|
||||
In my server is
Code:
character_set_client latin1 character_set_connection latin1 character_set_database utf8 character_set_filesystem binary character_set_results latin1 character_set_server latin1 character_set_system utf8 |
#4
|
|||
|
|||
How about these?
Code:
collation_connection latin1_swedish_ci collation_database latin1_swedish_ci collation_server latin1_swedish_ci What is the php info display? Code:
default_charset UTF-8 UTF-8 |
#5
|
||||
|
||||
Code:
collation_connection latin1_swedish_ci collation_database utf8_general_ci collation_server latin1_swedish_ci Code:
default_charset UTF-8 UTF-8 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|