MyBB Community Forums

Full Version: [F] Language and Charset Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11
You would possibly need to run it on the threads table aswell.
change $query = $db->query("SELECT * FROM ".TABLE_PREFIX."posts"); to $query = $db->query("SELECT * FROM ".TABLE_PREFIX."threads");
And delete the message line Smile
Also this should work on 1.1.x aswell, yes. Smile
oh that is if you change $db->escape_string to addslashes Smile
I can't read that so.. I can't see if there is an problem or not 0.o and what the problem is 0.o
When I use the file on 1.1.x I get this error:
Fatal error: Call to undefined function: iconv() in /home/chat2b/domains/chat2b.be/public_html/forum/update.php on line 7

The problem in my above post was:
de rest zijn 2€ per strip plus verzendingskost

That had to bo: de rest zijn 2€ per strip plus verzendingskost

And this en een héél klein stukje tekst.

should be en een hééééél klein stukje tekst..
It's on an different server? Well then that server does not have multibyte extension installed.
When I use the file on 1.1.x I get this error:
Fatal error: Call to undefined function: iconv() in /home/chat2b/domains/chat2b.be/public_html/forum/update.php on line 7

This was on a different server..

The "errors" in messages I posted in the message above or still on the same server.
CraKteR Wrote:I can't read that so.. I can't see if there is an problem or not 0.o and what the problem is 0.o

ISO-8859-11 is not type in thai langauge.
Yes, you do not have the multibyte extension installed on that server.

Boozy: Sorry I just don't get you, sorry :/
when create new database.what charset in MySQL set to?
CraKteR, could also help me with this: http://community.mybboard.net/showthread...8#pid81398

Thanks Smile
Pages: 1 2 3 4 5 6 7 8 9 10 11