Viewing 1 replies (of 1 total)
  • Plugin Author Raul P.

    (@alignak)

    Check your wp-config.php file, you have defined an invalid collation.

    It should probably be like this:

    /** Database Charset to use in creating database tables. */
    define( 'DB_CHARSET', 'utf8' );
    
    /** The Database Collate type. Don't change this if in doubt. */
    define( 'DB_COLLATE', '' );
Viewing 1 replies (of 1 total)
  • The topic ‘error’ is closed to new replies.