setup: drupal-5.0-rc1
I hope this is the place to report this.
I get this warning when an anonymous user clicks Login link.
http:///drupal/?q=en/user/register
warning: array_merge_recursive() [function.array-merge-recursive]: Argument #1 is not an array in \drupal\modules\user\user.module on line 2429.
warning: uasort() [function.uasort]: The argument should be an array in \drupal\modules\user\user.module on line 2432.
warning: Invalid argument supplied for foreach() in \drupal\modules\i18n\i18nprofile\i18nprofile.module on line 173.
OK, I know I can turn of warnings to screen, but it would be better not to have.
Comments
Comment #1
rwohlebI've moved this under Drupal 5.
I'll see if I can duplicate this as soon as find some time.
Comment #2
ubersoft commentedI actually posted this problem in the support forums because I thought it was something I'd done wrong. Here is the link to that post:
http://drupal.org/node/110486
The specific message I get is "cannot use a scalar value as an array," which apparently was a bug that showed up in older versions of CCK.
Comment #3
rwohlebClosed due to a lack of activity.
Comment #4
rahulnayak commentedsetup: drupal-5.7
I hope this is the place to report this.
I get this warning when an anonymous user clicks Login link.
http:///drupal/?q=en/user/register
warning: array_merge_recursive() [function.array-merge-recursive]: Argument #1 is not an array in \drupal\modules\user\user.module on line 2429.
warning: uasort() [function.uasort]: The argument should be an array in \drupal\modules\user\user.module on line 2432.
warning: Invalid argument supplied for foreach() in \drupal\modules\i18n\i18nprofile\i18nprofile.module on line 173.