• Thank you for all your help, the issue with the plugin was resolved after the mbstring was compiled in the library.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Alex Gor

    (@alexgff)

    Thank you

    Re mbstring:

    It’s a quite rare situation when neither mbstring not iconv PHP extensions were loaded.
    WordPress has some emulation methods, but they are incomplete, and without those extensions handling of the accented letters is incorrect in some algorithms.

    This is not a WPGlobus-specific problem. For example, without mbstring, WordPress incorrectly converts post titles to slugs, keeping non-latin letters uppercase.

    Besides, the emulation methods are much slower than mbstring.

    Bottom line: make sure that your hosting provider loads the mbstring extension into PHP.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Great plugin, and very good support, love it!’ is closed to new replies.