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.

_______________________________________________
Mailing list: https://launchpad.net/~phpns-team
Post to     : phpns-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~phpns-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to