Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2018-05-29 09:57:31
- raminrahimi
- Member
- From: India
- Registered: 2013-03-19
- Posts: 278
RTL characters show ???? on live server
I’m using TXP v4.6.2
my website contains RTL language characters (Arabic), on my localhost all characters show fine, but when i’m exporting and importing to my live hosting (Plesk Onyx 17.8.11) it will show something ?????? ??
i checked:
default_charset is UTF-8
mysql collation is set to UTF-8
on my html is already <meta charset="UTF-8">
when i go phpmyadmin, characters shows fine on table records, but when it fetch to txp, it will show ????? ??
——————
one thing else is interesting for me, when i change that ???? from txp admin and save, it will goes fine and will not show again ????
i don’t know what’s the problem !?
Offline
Re: RTL characters show ???? on live server
TXP Builders – finely-crafted code, design and txp
Offline
Re: RTL characters show ???? on live server
Offline
#4 2018-05-30 05:02:05
- raminrahimi
- Member
- From: India
- Registered: 2013-03-19
- Posts: 278
Re: RTL characters show ???? on live server
$txpcfg['dbcharset'] = 'utf8';
Problem solved :-)
Offline