The Comment Verification module works perfectly on its own, but gets bypassed when the Comment Access module is enabled. I would like to use both in conjunction.

Not sure which module has the problem.

Comments

wuinfo - Bill Wu’s picture

More information please.

kwfinken’s picture

When the comment verification module is installed by itself, it works perfectly. When I add the comment access module, then comment verification ceases to send an email to the anonymous user's email address and instead just sends the comment to the node author for approval without confirming the anonymous user's email in any way. No error is sent.

wuinfo - Bill Wu’s picture

Try version 7.x-1.4

kwfinken’s picture

Thank you for the quick response, unfortunately the same issue continues with 7.x-1.4. In addition, 7.x-1.4 breaks the /admin/config/comment_verification page.

Fatal error: Call to undefined function _cav_default_email() in /var/www/blogs/sites/all/modules/comment_verification/comment_verification.admin.inc on line 21 Call Stack: 0.0000 242680 1. {main}() /var/www/blogs/index.php:0 0.0569 5802240 2. menu_execute_active_handler() /var/www/blogs/index.php:21 0.0571 5816400 3. call_user_func_array:{/var/www/blogs/includes/menu.inc:519}() /var/www/blogs/includes/menu.inc:519 0.0571 5816776 4. drupal_get_form() /var/www/blogs/includes/menu.inc:519 0.0571 5817696 5. drupal_build_form() /var/www/blogs/includes/form.inc:130 0.0571 5819976 6. drupal_retrieve_form() /var/www/blogs/includes/form.inc:350 0.0571 5821304 7. call_user_func_array:{/var/www/blogs/includes/form.inc:841}() /var/www/blogs/includes/form.inc:841 0.0571 5821864 8. comment_verification_admin_form() /var/www/blogs/includes/form.inc:841

wuinfo - Bill Wu’s picture

7.x-1.5

kwfinken’s picture

Admin page fixed. Still not working with comment access. I am starting to think the problem may be with comment access and not with comment verification.

kwfinken’s picture

Admin page fixed. Still not working with comment access. I am starting to think the problem may be with comment access and not with comment verification.

wuinfo - Bill Wu’s picture

It works well on my test server. Just clear cache and test again.

Try, make comment_verfication work alone first. Then enable the commentaccess module and see if that break the previous module.

wuinfo - Bill Wu’s picture

Version: 7.x-1.3 » 7.x-1.5
kwfinken’s picture

As requested, I disabled and uninstalled commentaccess. I then got comment verify working. Finally I reenabled commentaccess. The system broke again.

At the suggestion of a coworker, I changed the module weights so that comment verify came after commentaccess (I had tried this before posting the issue). Viola!! It worked. Your changes in 7.x-1.4/5 must have done the trick in connection with changing the weight.

Thank you for your efforts! Great support!

kwfinken’s picture

Status: Active » Reviewed & tested by the community
wuinfo - Bill Wu’s picture

Status: Reviewed & tested by the community » Fixed

Great, yes, it is related to the module weight.

Status: Fixed » Closed (fixed)

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