Hello,

I know the title is a repetition of an existing issue, however the circumstances differ. I have a large forum, which I managed to convert. It appeared to be working fine for some time, however after some changes in other parts of the site, only the node shows up, without any comments. Obviously, I have tried reverting all the changes, without much success. I should mention that a number of modules are used, but only advanced forums ( latest alpha of 2.x )

Things I've checked:
* at the nodecomment view, feeding it a node id with node comments successfully creates a list of node comments, as expected
* running the query

SELECT path, page_callback FROM menu_router WHERE path = 'node/%';

correctly reports
'node/%','nodecomment_node_view'
* nodecomment_num_new() correctly reports number of new comments when there are some ( can see the query from devel's query log under the page

don't know how to further debug this thing, does anyone have any idea why no comments would show up? anything I can try further?

Thank you in advance,
hex

Comments

hexblot’s picture

can't seem to edit this, so :
"I should mention that a number of modules are used, but only advanced forums ( latest alpha of 2.x ) " is likely to be involved in pages where the problem occurs, as it is the sole user of node comments.

crea’s picture

You may have other module (e.g. Revisioning) overriding node view callback.

hexblot’s picture

@crea thanks for the quick reply -- but wouldn't that show something different when running the

SELECT path, page_callback FROM menu_router WHERE path = 'node/%'; 

query? it does show nodecomment_node_view. I don't have revisioning installed, but shouldn't this exclude the possibility of other modules with similar behavior?

Thanks in advance for any insight!

crea’s picture

>>but shouldn't this exclude the possibility of other modules with similar behavior?

It should. This could be also a theming layer problem. I can't help other than this, without access to the site. You need to troubleshoot the problem yourself.

crea’s picture

Status: Active » Postponed (maintainer needs more info)

Waiting for the bug details.

michelle’s picture

You can check if AF is involved by disabling it. AF doesn't store any data so you just revert back to core forum if you turn it off.

Michelle

hexblot’s picture

@Michelle: after disabling AF comments still don't show up, so I guess AF is not related to this either, thanks for the hint!

@crea: switched to Garland theme, and still had no comments, so I guess this isn't related to theming either, thanks for the insight

will try whatever else comes to mind, and repost here should there be more information.

gaëlg’s picture

@hexblot Same problem here. Did you find out what's wrong ? Thanks.

gaëlg’s picture

Actually it's not the same problem. I managed to get it work by disabling Comment Display.

crea’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No answer