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

nicholasthompson’s picture

brings up an error message

What was the error? I cant imagine why this happens...

A_Screamer’s picture

Fatal 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

nicholasthompson’s picture

Project: Page Title » Node Comments
Version: 5.x-1.1 » 5.x-1.x-dev
Priority: Normal » Critical
Status: Active » Postponed (maintainer needs more info)

Although 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...

quicksketch’s picture

Title: Conflict with Node Comment module? » Conflict with Page Title module?
Status: Postponed (maintainer needs more info) » Closed (won't fix)

Closing 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.