Hello,
I managed to install drupal and everything is working fine so far. THANKS for the great work !!

However, the first problem I stumbled upon has to do with commenting. I created two accounts, the admin and a user. Logged in as the user, I wrote a blog entry. When I try to comment that as admin, I get the following error notice:

---
Fatal error: Call to undefined function: comment_moderation() in /path/to/server/public_html/themes/goofy/goofy.theme on line 145
---

How can the theme be a problem ?? I really like "goofy" and wouldn't want to change it because of this error.

Any help is highly appreciated, thanks in advance !!

Aalen27.

Comments

moshe weitzman’s picture

try to remove the call to comment_moderation() in goofy.theme. no guarantees.

Aalen27’s picture

YES! It works !!
Thank you so much !!!

TDobes’s picture

Assigned: Unassigned » TDobes

Fixed in CVS.

Anonymous’s picture