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
Comment #1
eule commentedsame here
Undefined variable: new_user in _pathauto_user_insert_update() (line 378 of ./sites/all/modules/pathauto/pathauto.module).
Comment #2
gregglesNote 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.
Comment #3
dave reidWill probably be fixed by #730978: Reinvestigate what hook_user_insert/update is doing.
Comment #4
dave reidFixed with #788540: Warnings when blog module not installed.