Hi !
I get the following warnings when going to the above URL. I'm using php 5.3 could that be a problem ?
warning: array_merge(): Argument #1 is not an array in /var/www/drupal/modules/user/user.module on line 1979.
warning: array_merge(): Argument #2 is not an array in /var/www/drupal/modules/user/user.module on line 1979.
warning: usort() expects parameter 1 to be array, null given in /var/www/drupal/modules/user/user.module on line 1983.
warning: Invalid argument supplied for foreach() in /var/www/drupal/modules/user/user.module on line 1181.
warning: array_merge(): Argument #1 is not an array in /var/www/drupal/modules/user/user.module on line 1979.
warning: array_merge(): Argument #2 is not an array in /var/www/drupal/modules/user/user.module on line 1979.
warning: usort() expects parameter 1 to be array, null given in /var/www/drupal/modules/user/user.module on line 1983.
warning: Invalid argument supplied for foreach() in /var/www/drupal/modules/user/user.module on line 1181.
yours
Arnold
Comments
Comment #1
arnold_mad commentedcan no one help on this issue ?
Comment #2
rsevero commentedI've just tested this page with PHP 5.3.3 and saw no such messages.
Can you please detail how can I produce them?
Comment #3
jpstokes commentedI'm getting this warning as well and when I go to edit a users account the only thing I see is save and delete button. Also, I just updated the core so I'm currently using Drupal 6.20.
WD php: array_merge(): Argument #1 is not an array in [error]
/home/terry/public_html/dev/modules/user/user.module on line 1981.
WD php: array_merge(): Argument #2 is not an array in [error]
/home/terry/public_html/dev/modules/user/user.module on line 1981.
WD php: usort(): The argument should be an array in [error]
/home/terry/public_html/dev/modules/user/user.module on line 1985.
I get this error when running any drush command. Not sure how to reproduce this error. I don't have this problem with any of my other drupal sites, but I certainly need to get this resolved.
Comment #4
drupalshrek commentedAll future development work will now only be done on the Drupal 7 version, hence I'm closing this as "won't fix".