Author Topic: Unknown character set  (Read 7789 times)

0 Members and 1 Guest are viewing this topic.

Klockaretorpet

  • Jr. Member
  • **
  • Posts: 1
Unknown character set
« on: August 21, 2009, 07:16:36 AM »
Hi i get this when i try to install ?

Query failed: Unknown character set: 'utf'

now i cant get any far...

Please Help me.....


need this chat soon

this adress http://www.klockaretorpet.net/hundkojan/live/install/index.php then press creat tables

Inspirer

  • Mibew Project founder
  • Native
  • *****
  • Posts: 262
    • Mibew Messenger
Re: Unknown character set
« Reply #1 on: August 21, 2009, 03:32:28 PM »
Hi i get this when i try to install ?
Query failed: Unknown character set: 'utf'
now i cant get any far...
Please Help me.....

need this chat soon
this adress http://www.klockaretorpet.net/hundkojan/live/install/index.php then press creat tables

You are using Mysql 4.1. Officially we support 5.0+, but it may work.
Unicode support was just added in 4.1, so you have to check.
http://dev.mysql.com/tech-resources/articles/4.1/unicode.html

Try to modify database encoding in libs/config.php, set your local:
$dbencoding = "utf8";