[Codestyling Localization] fatal error when activating the plugin
-
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)Error is originated in the line “return strlen((binary) $string);”. See 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?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Codestyling Localization] fatal error when activating the plugin’ is closed to new replies.