Support Need Help character UTF

akhi

Registered
Hello,
I put a backup online but I have a problem with the accents and emoji
EG.:
be0bf333440cc6dd9e11a19f72003655.png

6b6a9737cd8ba0327bcb35d198ee19a3.png


my database is under utf8mb4_general_ci
 

akhi

Registered
you are restoring database ? on old server there was no problem ?

I use same format you are using on database.
I think it is something with php version.
Send me access, PM me your credentials to check when I am free
Yes I restore a database, there was no problem on the old server (it was 4 months ago)
Which access do you need?
 

Marks-Man

Loyal Member
Yes I restore a database, there was no problem on the old server (it was 4 months ago)
Which access do you need?
Yep , I am asking because sometimes cpanel phpmyadmin doesn't export mysql database properly, and I had several bad experiences with it + sometimes import completes with missing tables and informs you that it is restored without any problems.

Try to restore again, also try switching php versions.
I don't think it might be a problem with nginx but if it is do the following

How do I enable charset HTTP-header in Nginx?​

Open your nginx.conf, enter:
# vi nginx.conf
Append/modify the following directive in http, server, or location:

Code:
charset UTF-8;

# service nginx restart

PM me all details
 
Back
Top Bottom