Closed (duplicate)
Project:
Drupal core
Version:
5.7
Component:
user system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2007 at 13:50 UTC
Updated:
21 Feb 2008 at 21:20 UTC
Drupal - 5.3, PHP - 5.2.3, MySQL - 4.1.22
After registration of the new user with *@drupal.org it sees:
warning: array_keys() [function.array-keys]: The first argument should be an array in /.../modules/user/user.module on line 368.
warning: array_fill() [function.array-fill]: Number of elements must be positive in /.../modules/user/user.module on line 369.
warning: implode() [function.implode]: Bad arguments. in /.../modules/user/user.module on line 369.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 query: SELECT DISTINCT(p.perm) FROM drupal_role r INNER JOIN drupal_permission p ON p.rid = r.rid WHERE r.rid IN () in /.../includes/database.mysql.inc on line 172.
Repeated input - all ОК.
Where there can be a reason? It can be connected with OG?
Comments
Comment #1
pvasili commentedWho has ideas in occasion of this error?
Comment #2
pvasili@drupal.org commentedThe Problem is repeated in all new version...
This can be connected with permits?
"After logging in with my username and password from drupal.org I get the following warnings:" http://www.drupaler.ru/node/46 :(
Comment #3
bdragon commentedMarking as dupe of http://drupal.org/node/208908.