codestyling localization plugin fatal error

  • Unknown's avatar

    Activating Codestyling Localization plugin, a fatal error occurs at line 974 of source includes/idna_convert.class.php
    Reading on the web everybody seems very happy about this plugin: is that error occurring only to me ?

    Codestyling Localization version 1.99.10
    Wordpress (3.1.1)
    Buddypress(1.2.8)

    reading the source code, error is originated in the marked line here below

    protected static function byteLength($string)
    {
    if (self::$_mb_string_overload) {
    return mb_strlen($string, ‘8bit’);
    }
    return strlen((binary) $string); <—–
    }

    Did you know about it?

  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.

    If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.

    If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.

    This is an automated message.

  • The topic ‘codestyling localization plugin fatal error’ is closed to new replies.