Closed (fixed)
Project:
Mollom
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2010 at 10:49 UTC
Updated:
24 Apr 2014 at 17:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
webfunkin commentedComment #2
sunThat's this line:
This would mean that a module implements hook_perm(), but returns either nothing or something that is incompatible with Drupal 6's APIs.
Can you try to put the following line right above that line?
and try to add/edit a form again? That will print each module name + its returned permissions on the screen. For one or more modules, the output should look differently than all the other - and we're interested in that output.
If that's too much for you, can you provide a list of modules you have enabled?
Comment #3
webfunkin commentedHere you go :
Comment #4
sunSo pollfield is guilty. I've looked for an existing bug report about it, and re-opened the Pollfield issue #624432: Pollfield module permissions WTF
However, both modules could be smarter here, so while we're waiting for pollfield to be fixed, we can additionally account for this in the Mollom module.
Comment #5
webfunkin commentedAlright thanks. I guess I will disable pollfield as of now. Was using it to test some different functionality.
Comment #6
dries commentedCommitted to CVS HEAD. Should probably be ported to D7.
Comment #7
sunThanks for reporting, reviewing, and testing! Committed to HEAD.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.