• Resolved vtad

    (@vtad)


    Sometimes at login or logout I got following warnings:
    Warning: html_entity_decode(): charset `?’ not supported, assuming utf-8 in /home/www/wpvtad/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php on line 70

    Warning: Cannot modify header information – headers already sent by (output started at /home/www/wpvtad/wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-process-renamed-login-page.php:70) in /home/www/wpvtad/wp-includes/pluggable.php on line 1219

    Remark: I now turned all php warnings off..
    Site Info:
    Plugin Version : 4.3.6
    WP Version : 4.9.8
    WPMU: No
    MySQL Version : 5.5.58
    PHP Version : 7.1.20
    WP URL: https://wissen.vtad.de
    Server Name : wissen.vtad.de
    Cookie Domain : wissen.vtad.de
    CURL Library Present : Yes

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor wpsolutions

    (@wpsolutions)

    Hi,
    I’m not sure why you are seeing the warnings but I think you should check your php.ini file and see what you have for the following setting:

    default_charset

    https://php.net/manual/en/ini.core.php

    Thread Starter vtad

    (@vtad)

    default_charset is set to UTF-8

    I’ll try to make this warning easy to reproduce.

    Plugin Contributor wpsolutions

    (@wpsolutions)

    charset `?’ not supported

    The fact that the warning states “?” for charset and not “UTF-8” seems to suggest that it is not reading the configured value you mentioned (UTF-8).

    Have you checked your server logs to see if there are other related errors which might give you more clues?

    Thread Starter vtad

    (@vtad)

    No log entries. I am using now a staging site: https://wissentest.vtad.de
    but can not reproduce the error. So lets forget it ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘html_entity_decode warning’ is closed to new replies.