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
Comment #1
hexblot commentedcan'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.
Comment #2
crea commentedYou may have other module (e.g. Revisioning) overriding node view callback.
Comment #3
hexblot commented@crea thanks for the quick reply -- but wouldn't that show something different when running the
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!
Comment #4
crea commented>>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.
Comment #5
crea commentedWaiting for the bug details.
Comment #6
michelleYou 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
Comment #7
hexblot commented@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.
Comment #8
gaëlg@hexblot Same problem here. Did you find out what's wrong ? Thanks.
Comment #9
gaëlgActually it's not the same problem. I managed to get it work by disabling Comment Display.
Comment #10
crea commentedNo answer