Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter fenst

    (@fenst)

    Hold a moment, i’ve found some solution in FAQ

    Thread Starter fenst

    (@fenst)

    SOLVED! Thx to FAQ – http://wordpress.org/plugins/wp-topbar/faq/

    My TopBar does not support my local language
    The problem is with your table collation. You need to change the collation to utf8_general_ci.

    Run this query from your phpMyAdmin to change the collation.

    ALTER TABLE ‘DATABASEPREFIX’_topbar_data CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci

    Of course, make a backup of your table first!

    (Thanks to samhat for help on this one!)

    #1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ”DATABASEPREFIX’_topbar_data CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_’ at line 1

    error when I try to update the syntax

    Plugin Author Bob

    (@rfgoetz)

    Change the word “DATABASEPREFIX” with the database prefix in wp-config.php

    Bob

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Russian language not supported?’ is closed to new replies.