Originally posted by Wayne Luke
View Post
Announcement
Collapse
No announcement yet.
Smiles test
Collapse
X
-
Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Originally posted by Wayne Luke View Post
I did the conversion scripts 2 months and everything looks good. Emoticon is function without any issue.
Just today, i move my forum to new hosting. the forum is running well. But Emoticon is not working probably now. Alll the inserted Emoticon has become ????. Also the new post, emoticon return as ???.
This is how i did mysql dump my database "mysqldump --opt -Q -u dpp_dmin56 -p dpp_vb563 > backup_vb563_20201108.sql" from old hosting. Then restore "mysql -u dpp_admin56 -p dpp_vb563 < backup_vb563_20201108.sql" on new hosting. Then copy everything files from /forum to new hosting. then point my domain to new server.
Old database is version: 5.6.49 and new database is version: 5.7.32. Both on colation : utf8mb4_unicode_ci
old server php 7.3 and new server php 7.4
vbulletin version is 5.6.3
What could be the possible issue?
Hosting: HostGator dedicated server
cloudflare enabled
PHP: 7.3
MySQL: 5.6
Vb5: 5.6.3
Comment
-
What could be the possible issue?
What is the new server's default character set, collation, and server connection settings for the server? Your hosting provider can supply this information.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Originally posted by Wayne Luke View Post
In MySQL 5.7, the default character set and collation on a new installation is latin1 and latin1_general_ci. If this is the default of the server and vBulletin is talking to the server in Latin1, UTF-8 characters can be lost. This is in addition to the database's character set and collation.
What is the new server's default character set, collation, and server connection settings for the server? Your hosting provider can supply this information.
Old server setting
new server setting
Hosting: HostGator dedicated server
cloudflare enabled
PHP: 7.3
MySQL: 5.6
Vb5: 5.6.3
Comment
-
Originally posted by Wayne Luke View Post
In MySQL 5.7, the default character set and collation on a new installation is latin1 and latin1_general_ci. If this is the default of the server and vBulletin is talking to the server in Latin1, UTF-8 characters can be lost. This is in addition to the database's character set and collation.
What is the new server's default character set, collation, and server connection settings for the server? Your hosting provider can supply this information.
anyways to salvage my previous lost emoticon data?
Hosting: HostGator dedicated server
cloudflare enabled
PHP: 7.3
MySQL: 5.6
Vb5: 5.6.3
Comment
-
Reimport the data and make sure that the character set is utf8mb4 when exported and then imported again.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
- 1 like
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment