• I started with a fresh install of WordPress 1.2 and tested out the password protected entries feature. Logging in and out of the entries isn’t a problem, but leaving comments seems to be impossible. What I kept getting when I accessed the password protected entry page before or after entering my password was this code where the comments should be:

    Fatal error: Call to undefined function: e_() in /homepages/41/d106059865/htdocs/wp-comments.php on line 9

    I ended up switching “e_” to “_e”, and the error message went away, but where the comments were supposed to be was the following:

    Enter your password to view comments.

    Even if the password is entered, I’m still receiving this error. I’m also seeing it on several other sites.
    I’ve searched the forums and online and haven’t found an answer to this. Please help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try moving the underscore to before the e. Like this: _e(). This should be in wp-comments.php.

    Thread Starter karsh

    (@karsh)

    Thanks, Michael, but I figured that out the first time. The problem comes when after that, comments can’t be accessed for the password-protected entry. It just says “enter your password to view comments”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments on Password Protected Entries’ is closed to new replies.