What is Installed:
Drupal 5.2 (default installation)
Movies and Movie Wishlist 1.2

My hosting company: siteground.com

The module itself works fine, but when I create an account using the Drupal's login, I get errors:

warning: array_merge_recursive() [function.array-merge-recursive]: Argument #1 is not an array in /public_html/modules/user/user.module on line 2447.
warning: uasort() [function.uasort]: The argument should be an array in /public_html/modules/user/user.module on line 2450.

I also get errors if I try to update my profile.

If I uninstall the module, it all works again without any errors.

Any help?

Thank you,
itsanogo

Comments

IanBezanson’s picture

I was having a similar problem, and had fixed it just prior to reading your ticket. Expect an updated release shortly.

Thanks!

IanBezanson’s picture

Status: Active » Fixed

Issue resolved in next release of Movies module

IanBezanson’s picture

Status: Fixed » Closed (fixed)

Movies v5.x-1.3 has just been released. You will find the fix in that module.

Please note that you may need to disable the module in admin/build/modules, and then re-enable it with the new code base, in order to make the changes to the user page go through quickly. I believe, otherwise, that they may be cached (and broken) for some time, so this will get you around that wait.

Thanks for pointing out the issue! Keep em coming!

Ian