This is on my frontpage:
* warning: array_keys() [function.array-keys]: The first argument should be an array in /home/mylivepr/public_html/modules/nodequeue-5.x-2.5/nodequeue/authorqueue.module on line 64.
* warning: array_intersect() [function.array-intersect]: Argument #2 is not an array in /home/mylivepr/public_html/modules/nodequeue-5.x-2.5/nodequeue/authorqueue.module on line 64.
* warning: array_keys() [function.array-keys]: The first argument should be an array in /home/mylivepr/public_html/modules/nodequeue-5.x-2.5/nodequeue/authorqueue.module on line 64.
* warning: array_intersect() [function.array-intersect]: Argument #2 is not an array in /home/mylivepr/public_html/modules/nodequeue-5.x-2.5/nodequeue/authorqueue.module on line 64.
* warning: array_keys() [function.array-keys]: The first argument should be an array in /home/mylivepr/public_html/modules/nodequeue-5.x-2.5/nodequeue/authorqueue.module on line 64.
* warning: array_intersect() [function.array-intersect]: Argument #2 is not an array in /home/mylivepr/public_html/modules/nodequeue-5.x-2.5/nodequeue/authorqueue.module on line 64.
* warning: array_keys() [function.array-keys]: The first argument should be an array in /home/mylivepr/public_html/modules/nodequeue-5.x-2.5/nodequeue/authorqueue.module on line 64.
* warning: array_intersect() [function.array-intersect]: Argument #2 is not an array in /home/mylivepr/public_html/modules/nodequeue-5.x-2.5/nodequeue/authorqueue.module on line 64.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 416214.patch | 731 bytes | ezra-g |
Comments
Comment #1
ezra-g commentedProbably because that line uses a null $user object instead of the loaded $account object. Does the attached patch resolve the errors?
Comment #2
ezra-g commentedThis is committed.