Closed (fixed)
Project:
Advanced User
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2009 at 17:17 UTC
Updated:
4 Mar 2009 at 12:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mdowsett commentedI had to remove this module, it was also causing this same error upon new user registration...a big no-no!
Comment #2
lennart commentedI get the same error.
Comment #3
lennart commentedI think this is critical.
Comment #4
CharlieHipHop commentedSame error here. It's possible to debug, but I still haven't figured it out.
Comment #5
bobthecow commentedThis error is because the Advanced User module is calling url() using the old params... and it's not a very robust url() function so it dies :)
Here's a writeup on the 'Unsupported operand types' error, and what I did to solve it (If you don't want to fix the module, just use the first option listed, it'll let you use the module until they fix it.
Comment #6
mcfilms commentedI get this same error on my install of advuser.6.x-2.x-dev with patch 1.14.2.3 when I attempt to send mail to multiple users.
If I go to admin/user/user/advuser and try to "Email selected users" I get to the page where I can compose my message. But when I click the "Email" button I get:
Unsupported operand types in (drupal path)/includes/common.inc on line 1376
However, unlike an earlier report, I do not get this error when I try to use the new user registration I also don't get it using the contact form.
Comment #7
Anonymous (not verified) commentedThanks to CharlieHipHop and bobthecow for pointing me in the right direction. I've committed a fix to CVS and have attached that fix here.