When a new user registers, the following errors are generated:
warning: array_keys() [function.array-keys]: The first argument should be an array in /Users/ezra/Developer/htdocs/dev/nq/sites/all/modules/smartqueue_users/smartqueue_users.module on line 255.
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /Users/ezra/Developer/htdocs/dev/nq/sites/all/modules/smartqueue_users/smartqueue_users.module on line 255.
warning: array_flip() [function.array-flip]: The argument should be an array in /Users/ezra/Developer/htdocs/dev/nq/sites/all/modules/smartqueue_users/smartqueue_users.module on line 255.
warning: array_intersect_key() [function.array-intersect-key]: Argument #2 is not an array in /Users/ezra/Developer/htdocs/dev/nq/sites/all/modules/smartqueue_users/smartqueue_users.module on line 256.
Comments
Comment #1
ezra-g commentedFiyaxed.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
clockwood commentedI'm getting those errors/warnings when a new user signs up (and subqueue for the user is not created). The subqueue is created with no errors by admin running the batch "Create new NodeQueues" function.
Running:
Smartqueue: 5.x-0.6
PHP Version : 5.2.6
MySQL Version : 4.1.20
Comment #4
ezra-g commentedAre you using the latest release of smartqueue_users and nodequeue?
Comment #5
clockwood commentedYep, I am using Smartqueue 5.x-0.6 and Nodequeue 5.x-2.5. I see there is a new version of Nodequeue (5.x-2.6) on May 1. Seeing this original issue was listed well before the latest nodequeue i figured it didn't apply, I'll upgrade and give it a shot.
Update:
Tried again with latest nodequeue installed:
# warning: array_keys() [function.array-keys]: The first argument should be an array in C:\wamp\www\study\sites\all\modules\smartqueue_users\smartqueue_users.module on line 255.
# warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\wamp\www\study\sites\all\modules\smartqueue_users\smartqueue_users.module on line 255.
# warning: array_flip() [function.array-flip]: The argument should be an array in C:\wamp\www\study\sites\all\modules\smartqueue_users\smartqueue_users.module on line 255.
# warning: array_intersect_key() [function.array-intersect-key]: Argument #2 is not an array in C:\wamp\www\study\sites\all\modules\smartqueue_users\smartqueue_users.module on line 256.
Comment #6
clockwood commentedAny ideas?
Comment #7
clockwood commentedI just tested this on a clean install of drupal 5.16 with the latest Nodequeue and Smartqueue as the only modules. I get the same errors as above.