Line 29 of includes/advanced_forum_preprocess_comment.inc has an extra dollar symbol - it should read:
$variables[$reply_id] = $variables['comment']->cid;

This typo causes a "Fatal Error: cannot access empty property" which puts the forum out of action.

Comments

michelle’s picture

Status: Needs work » Fixed

Committed, thanks.

I hope you're only using this to test. The 2.x version is very unstable and I haven't even tested it with core comment module at all. I'd be very surprised if this is the only thing broken when you use it without nodecomment.

Michelle

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.