installing Moodle 2.4.3+ (Build: 20130411)

installing Moodle 2.4.3+ (Build: 20130411)

by Willie Thomas -
Number of replies: 5

I'm Trying to install Moodle 2.4.3+ (Build: 20130411) onto a webhost server.

Everything went ok til I get to "Server checks" page

The fist item check is 'Unicode' - the report for this: 

  must be installed and enabledmust be installed and enabled

It is required that you store all your data in Unicode format (UTF-8). New installations must be performed into databases that have their default character set as Unicode.  If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).

 I went to my webhost database and checked that the MySQL connection collation reads: utf8 unicode ci

  1. i Updated the database and refreshed the 'server check' page but there was NO CHANGE.
  2. I restarted the instalation and the result is the same.

 

What am I missing??

Any help would be appreciated.

Average of ratings: -
In reply to Willie Thomas

Re: installing Moodle 2.4.3+ (Build: 20130411)

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Dear Willie,

Try entering the following SQL query just in case:

alter database yourdbname charset = utf8;

Cheers,

Gareth

In reply to Willie Thomas

Re: installing Moodle 2.4.3+ (Build: 20130411)

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Just to be clear - the collation is nothing to do with it (that's just how strings are compared to each other). It's the 'default character set' that you need to worry about.

In reply to Willie Thomas

Re: installing Moodle 2.4.3+ (Build: 20130411)

by dave drink -
Worked for me too ... same problem!