I have created a user role for one of my OGs.
In this role, I have restricted the types of content that can be created. I have also enabled the "Create Content" option. However, when I click on "Create Content", I get the following warnings:
warning: Missing argument 3 for blog_access() in /home/ninepanels/drupal.9panels.com/modules/blog/blog.module on line 32.
warning: Missing argument 3 for poll_access() in /home/ninepanels/drupal.9panels.com/modules/poll/poll.module on line 63.
warning: Missing argument 3 for forum_access() in /home/ninepanels/drupal.9panels.com/modules/forum/forum.module on line 313.
These warnings don't seem to be affecting the functionality of the group or the role at all.
Comments
Comment #1
somebodysysop commentedFound the problem. Missing argument 3 in module_invoke command used to determine user's create content permissions when building "create" page. Fixed and committed to CVS. Should be packaged and available for download in 6.x dev release in about 12 hours.