• after the update my wordpress 3.6 has an error that appears in the list of posts on the bottom of the post title, the error is

    Warning: htmlspecialchars () [function.htmlspecialchars]: charset `UTF-7 ‘not supported, assuming iso-8859-1 in / home / halotekn / public_html / wp-includes / formatting.php on line 2751

    Warning: htmlspecialchars () [function.htmlspecialchars]: charset `UTF-7 ‘not supported, assuming iso-8859-1 in / home / halotekn / public_html / wp-includes / formatting.php on line 2751

    after I check on formatting.php in line 2751:

    2750-esc_textarea function ($ text) {
    2751 – $ safe_text = htmlspecialchars ($ text, ENT_QUOTES, get_option (‘blog_charset’));
    2752 – return apply_filters (‘esc_textarea’, $ safe_text, $ text);
    }

    is there anything that can help me explain the solution of this problem?

Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Error After Update 3.6’ is closed to new replies.