I entered a DB table prefix at the installation of Drupal since I have more than one Drupal installation in a single DB.

This module however has the table "user" hardcoded into the sql-query instead of looking for a table prefix in the configuration, resulting in not being able to access the table "user". So I got an error message from Drupal not being able to access that table.

I corrected this in the modules code for me locally but I think the code should be altered accordingly.

CommentFileSizeAuthor
#1 pending_user_notification1.patch1.35 KBjaypan

Comments

jaypan’s picture

StatusFileSize
new1.35 KB

Sorry about the troubles, and thanks for letting me know. Sloppy programming on my part - I should have caught that.

I'm attaching a patch for anyone else with this problem, and I will be committing the fix to HEAD as soon as I figure out how.

jaypan’s picture

Assigned: Unassigned » jaypan
Status: Active » Patch (to be ported)
jaypan’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.