I have this problem on both the test and live site where I've installed the userplus module. I've checked url aliases and access control and can't figure out why clicking 'Delete Multiple Users' yields a 'Page not found' page. Other module functions appear to work fine. Thanks.
Doug
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Picture 3_1.pdf | 22.08 KB | daddison |
Comments
Comment #1
marcp commentedOffhand I can't think of a reason why this would happen. Do the users actually get deleted?
Here is a quick test:
1. Add 2 new users with userplus and don't assign them to any roles
2. Delete the same 2 users with userplus
Take screenshots before and after step 2. That might help us debug this.
Comment #2
daddison commentedI added two test users with userplus -- no problem. But I still can't even get to the userplus delete form to complete the test. I get "Page not found" why I try to go to "/admin/user/userplus/deletemultiple"
Comment #3
daddison commentedThe attached screenshot from my site log might explain something.
Comment #4
marcp commentedWhat is on line 384 of userplus.module? My version of the code is different, so you may need to get the latest version of userplus and give it a try. There is an issue with array_merge() in PHP5 and I probably still need to clean up some code. Are you running PHP5?
Comment #5
daddison commentedI updated to the latest version of the module, and that has fixed the problem.
Comment #6
marcp commentedIn 5.x you'll get the ability to delete multiple users from core Drupal code -- nice!