• I turned on permalinks with the default scheme, and added the text to my .htaccess file. However, now when I click on a permalink, it goes to the page, but when it gets to the bottom to the add comments section, it says:
    Line and paragraph breaks automatic, website trumps email, HTML allowed:
    Fatal error: Call to undefined function: allowed_tags() in /var/www/life/wp-comments.php on line 47
    Any suggestions?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hrmm… does your wp-includes/template-functions.php have the function allowed_tags() at the bottom of the file?

    I spoke too soon about a successful upgrade…from .72 to 1.0 then 1.0.1. I’m getting this same error in my comments:

    Line and paragraph breaks automatic, website trumps email, HTML allowed:
    Fatal error: Call to undefined function: allowed_tags() in /home/debwire/public_html/blog/wp-comments.php on line 47

    I also notice that when I log into the admin area and go to edit a post and look at the list of posts, all of them say they have 1 comment (when they actually have 0 or several). Help!

    The 1 comment bug was in 1.0 platinum but fixed for 1.0.1… are you sure you overwrote all the files?

    @debwire: The file which contains the allowed_tags() function is on your server, so the only reason you would get that error would be if that file was somehow not included when you call your settings (just thinking out loud here). Here is something that tends to get overlooked. While performing an upgrade, remember to NOT use your old wp-config.php. Modify the new one and then rename it to wp-config.php (from wo-config-sample.php)

    Never mind.. I searched and for some reason the template-functions.php file didn’t copy over. Geesh…I wonder what other files didn’t….
    Thanks for the help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Comments on Permalinked Items’ is closed to new replies.