General discussion
Problems with Iconv

Hi, when I try to post a Link, Emoji or Upload something I get the following error: https://gyazo.com/f3c8fbee333039d2c899736b3443ea45

I talked to my Website provider to install Iconv, but this doesn´t works. Please help!

The error line:

public static function entities($v) {

    if (!defined('ENT_SUBSTITUTE')) {

        $flag = ENT_IGNORE;
    } else {

        $flag = ENT_SUBSTITUTE;
    }

    return htmlentities(
            iconv('UTF-8', 'UTF-8', $v), ENT_NOQUOTES | $flag, 'UTF-8'
    );
}

Thanks!

Hi, when I try to post a Link, Emoji or Upload something I get the following error: https://gyazo.com/f3c8fbee333039d2c899736b3443ea45 I talked to my Website provider to install Iconv, but this doesn´t works. Please help! The error line: public static function entities($v) { if (!defined('ENT_SUBSTITUTE')) { $flag = ENT_IGNORE; } else { $flag = ENT_SUBSTITUTE; } return htmlentities( iconv('UTF-8', 'UTF-8', $v), ENT_NOQUOTES | $flag, 'UTF-8' ); } Thanks!
115
0
1
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft