• Resolved sancukosan

    (@sancukosan)


    Hi,

    I have problem with the plugin. I can successfully install it, but when I’m trying to active it through Network (using Multisite), I keep getting tables errors in my error.log for Unknown character set and tables can’t be created because of it.

    Here is the error:

    [Thu Aug 16 10:12:41.329632 2018] [:error] [pid 12080:tid 8852] [client 127.0.0.1:53400] WordPress database error Unknown character set: 'uft8_swedish_ci' for query \nCREATE TABLE wp_itsec_logs
    [Thu Aug 16 10:12:41.330632 2018] [:error] [pid 12080:tid 8852] [client 127.0.0.1:53400] WordPress database error Unknown character set: 'uft8_swedish_ci' for query \n\nCREATE TABLE wp_itsec_lockouts 
    [Thu Aug 16 10:12:41.330632 2018] [:error] [pid 12080:tid 8852] [client 127.0.0.1:53400] WordPress database error Unknown character set: 'uft8_swedish_ci' for query \n\nCREATE TABLE wp_itsec_temp
    [Thu Aug 16 10:12:41.330632 2018] [:error] [pid 12080:tid 8852] [client 127.0.0.1:53400] WordPress database error Unknown character set: 'uft8_swedish_ci' for query \n\nCREATE TABLE wp_itsec_distributed_storage 

    I tried to change my character set to ‘utf8’, but error still appears.

    Any solution for this?

    Many thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • ‘uft8_swedish_ci’ ?

    Should be ‘utf8_swedish_ci’ …

    Look for the lines below in your wp-config.php file:

    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'uft8_swedish_ci');

    …and replace these lines with:

    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8_swedish_ci');
    Thread Starter sancukosan

    (@sancukosan)

    Hi @nlpro,

    Oh, I didn’t notice that..

    Thanks a lot

    Thread Starter sancukosan

    (@sancukosan)

    Solved!

    • This reply was modified 6 years, 2 months ago by sancukosan.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unknown character set’ is closed to new replies.