hi i get the following errors [drupal7 alpha3] for new user registration on a test site:

•Notice: Undefined variable: new_user in _pathauto_user_insert_update() (line 378 of */sites/all/modules/pathauto/pathauto.module).
•Notice: Trying to get property of non-object in _pathauto_user_insert_update() (line 378 of */sites/all/modules/pathauto/pathauto.module).
•Notice: Undefined variable: new_user in _pathauto_user_insert_update() (line 379 of */sites/all/modules/pathauto/pathauto.module).
•Notice: Undefined variable: new_user in _pathauto_user_insert_update() (line 382 of */sites/all/modules/pathauto/pathauto.module).
•Notice: Trying to get property of non-object in _pathauto_user_insert_update() (line 382 of */sites/all/modules/pathauto/pathauto.module).
•Notice: Undefined variable: new_user in _pathauto_user_insert_update() (line 383 of */sites/all/modules/pathauto/pathauto.module).

Comments

eule’s picture

same here

Undefined variable: new_user in _pathauto_user_insert_update() (line 378 of ./sites/all/modules/pathauto/pathauto.module).

greggles’s picture

Note that these are "Notices" and not "Errors."

We definitely should fix them, but it's not a high priority and doesn't affect the proper functioning of your site.

dave reid’s picture

dave reid’s picture

Status: Active » Closed (duplicate)