Im getting the following error after trying to log out , and it is cause by this module .

Anyone knows what could be the problem

[code]Fatal error: Unsupported operand types on line 175[/code]

Comments

hunmonk’s picture

Status: Active » Closed (works as designed)

you have another module that is manipulating $form['#validate'] incorrectly, which is causing this error.

my advice would be to start disabling other contributed modules until the error stops, then reopen and move this issue to that module's issue queue.