My site is protected by my university's authentication system at the root directory. Once new users log in with their university credentials, I'm using pubcookie and a small script to forward them to profile content (using Content Profile module) that they must complete before using the site. Auto Assign Role is part of this process, applying default statuses to new users.

On upgrading to 6.x-1-2, these errors are displaying for new users:

warning: array_fill() [function.array-fill]: Number of elements must be positive in *siteinfo*/includes/database.inc on line 253
warning: implode)_ [function.implode]: Invalid arguments passed in *siteinfo*/includes/database.inc on line 253
warning: array_keys() [function.array-keys]: The first argument should be an array in *siteinfo*/modules/user/user.module on line 502
user warning: You have an error in your SQL syntax; check the error that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 query: SELECT p.perm FROM role r INNER JOIN permission p ON p.rid = r.rid IN () in *siteinfo*/modules/user/user.module on line 502

Apologies if this is a redundant report -- did not see it on searching. I understand this may be the result of the way I have several modules/scripts running together, but thought I would see if you have any guidance.

Many thanks!

CommentFileSizeAuthor
Picture 1 08-34-39.png250.74 KBpmford

Comments

cyberswat’s picture

Status: Active » Closed (won't fix)

Unfortunately, I will not commit to providing upgrade paths for this module. I will happily accept any patches that provide an upgrade path but do not have the time allocation to write them myself. I think the best way forward is to completel uninstall and then reinstall the module.