* warning: array_fill() [function.array-fill]: Number of elements must be positive in /home/htdocs/includes/database.inc on line 235.
* warning: implode() [function.implode]: Bad arguments. in /home/htdocs/includes/database.inc on line 235.
* warning: array_keys() [function.array-keys]: The first argument should be an array in /home/htdocs/modules/user/user.module on line 500.
* 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 p.perm FROM role r INNER JOIN permission p ON p.rid = r.rid WHERE r.rid IN () in /home/htdocs/modules/user/user.module on line 500.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | nodeauthor14.patch | 1.84 KB | MichaelK-1 |
Comments
Comment #1
wodor commentedif u need any additional info feel free to email me ( wodor at wodor.net )
Comment #2
alexgiegThe exact same error message appears here when I try to install.
Comment #3
meba commentedCan you please try 6.x-1.4? http://drupal.org/node/232527
Comment #4
dorien commentedI have the exact same error with 6..x-1.5!
Comment #5
meba commentedAnd not with 1.4? Damned, I think I have two mixed CVS repositories. Your page layout wasn't in 1.3 :((( I will fix this of course, I am sorry.
Comment #6
MichaelK-1 commented6.x-1.4 works.
Here is a patch (against the HEAD Version which is equivalent to 1.4).
And here is what is does:
Comment #7
andramine commentedok, so i am 1.5, what should i do since there is a patch for 1.4 not 1.5?
Comment #8
MichaelK-1 commentedI think the best solution is to use 6.x-1.4 with the patch I applied. The only important change it does is the closing of the div element. Rest are only small changes (adding t() for l10n or using '...' instead of "..." for a cleaner code).
Comment #9
meba commentedFixed by http://drupal.org/cvs?commit=113152
Release 1.6: http://drupal.org/node/251752
Thanks!
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.