Line 186 throws an array_keys() error when a node is submitted with the mail_handler module and NPBR calls array_keys($user->roles)
Fixing this means making sure $user->roles is set to something valid. It may be that mailhandler is not setting $user correctly... will need to research...
-Ankur
Comments
Comment #1
moshe weitzman commentedperhaps you mean listhandler? mailhandler doesn't create users.
Comment #2
killes@www.drop.org commentedThis is not erelated to npbr but to mailhandler alone. For some reason no roles get selected and not only does npbr fail, but also filter.module:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'OR format = 1' at line 1 query: SELECT * FROM filter_formats WHERE OR format = 1
Comment #3
moshe weitzman commentedtoo ancient