Support » Plugins » NextGEN Gallery : Tables could not created – FIXED!!

  • Ive seen a lot of post with this issue:

    NextGEN Gallery : Tables could not created, please check your database settings

    I solved it in a simple way.

    Use FTP and in root find wp-config.php and edit it.

    Find
    /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘uft8’);

    Edit the uft8 to latin1, like this

    /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘latin1’);

    Save and overwhrite.

    Go to wordpress adminpanel and activate the NextGEN Gallery.
    Now it does not give an error.

    Then undo the changes to the config file.

    Hope this helps you out.

  • The topic ‘NextGEN Gallery : Tables could not created – FIXED!!’ is closed to new replies.