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

CommentFileSizeAuthor
#3 Picture 3_1.pdf22.08 KBdaddison

Comments

marcp’s picture

Offhand 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.

daddison’s picture

I 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"

daddison’s picture

Title: deletemultiple returns "Page not found" » deletemultiple returns "Page not found" - log message
StatusFileSize
new22.08 KB

The attached screenshot from my site log might explain something.

marcp’s picture

What 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?

daddison’s picture

I updated to the latest version of the module, and that has fixed the problem.

marcp’s picture

Status: Active » Closed (fixed)

In 5.x you'll get the ability to delete multiple users from core Drupal code -- nice!