← Back to team overview

phpns-team team mailing list archive

[Bug 315807] Re: when logging in I get this -- Fatal error: Call to undefined function: htmlspecialchars_decode() in /content/DesignerPlus/n/o/notadigital.co.uk/web/phpns/inc/function.php on line 147

 

You can fix this by putting the following code in the /inc/config.php/
file (right below the license notice):

function htmlspecialchars_decode($str) {
    return strtr($str,
array_flip(get_html_translation_table(HTML_SPECIALCHARS)));
}

In the future, I would advise you to keep usernames and passwords to
yourself unless completely necessary (and in this case, it wasn't!).

-- 
when logging in I get this  --  Fatal error: Call to undefined function: htmlspecialchars_decode() in /content/DesignerPlus/n/o/notadigital.co.uk/web/phpns/inc/function.php on line 147
https://bugs.launchpad.net/bugs/315807
You received this bug notification because you are a member of Phpns-
team, which is a direct subscriber.



References