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

rwohleb’s picture

Version: 4.7.x-1.x-dev » 5.x-1.x-dev
Assigned: Unassigned » rwohleb

I've moved this under Drupal 5.

I'll see if I can duplicate this as soon as find some time.

ubersoft’s picture

Title: not an array » I have a similiar problem.

I 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.

rwohleb’s picture

Status: Active » Closed (fixed)

Closed due to a lack of activity.

rahulnayak’s picture

setup: 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.