Welcome Guest, Not a member yet? Register   Sign In
Loading the database library causes a freeze
#11

[eluser]InsiteFX[/eluser]
I run Windows 7 X64 Pro with XAMMP and have no problems at all
Code:
$db['default']['char_set'] = 'utf8';
$db['default']['dbcollat'] = 'utf8_unicode_ci';

Also check your database and make sure it is set to utf8_general_ci

I use utf8_unicode_ci all the way around!

MySQL defaults to latin1_swedish_ci unless you go in and change it manually!

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB