Question #50605 on phpns changed:
https://answers.launchpad.net/phpns/+question/50605

    Status: Answered => Open

Steve is still having a problem:
I have php4 and 5 on my server. php4 is default right now. I just tried
calling up php5 in the .htaccess file and I still got the same error.

When I first installed I couldn't login in and had to modify the
function.php with the info I found here.

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

Then I was getting the same error on the shownews.php page, and again I
added the same code I found here to that file.

Then it appeared it was all working until I discovered the error that
this post is about.

Does it matter where you put that special character function in the
function.php and shownews.php files? Did anything need to be taken out?

When I switched to php5 I tried with the mod above and with it commented
out. Still got the same error

-- 
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.

_______________________________________________
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