Hi,
I cannot get Page Title and Node Comments modules to work at the same time. Installing and enabling Page Title brings up an error message and makes Node Comments module stop working.
Is there a fix for this?
Hi,
I cannot get Page Title and Node Comments modules to work at the same time. Installing and enabling Page Title brings up an error message and makes Node Comments module stop working.
Is there a fix for this?
Comments
Comment #1
nicholasthompsonComment #2
A_Screamer commentedFatal error: Cannot redeclare comment_nodeapi() (previously declared in /home/gadgetre/public_html/modules/nodecomment/nodecomment.module:345) in /home/gadgetre/public_html/modules/comment/comment.module on line 405
Comment #3
nicholasthompsonAlthough Page Title DOES implement hook_nodeapi, it certainly doesn't redeclare that function. Page title doesn't touch comments.
Node Comment tells you that you HAVE to disable the Comment module. The error implies that the comment module has been left enabled and there is a namespace collision...
Moving to Node Comment as this sounds a more likely issue queue for this to be in given the error. I dont understand why PT triggers the error though...
Comment #4
quicksketchClosing after lack of activity. The 2.x version of Node Comment now is compatible with comment.module so this will no longer be a problem. Development on the 1.x version has stopped. Regardless there's not much Node Comment even could do if another module is enabling comment.module.