Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
it's because this module doesn't check the result of user_load, so if we create an url with an uid which doesn't exists, user_load will return FALSE but the module doesn't see that.
After each user_load, it must have a !== FALSE verification check
Comments
Comment #1
sinasquax commentedit's because this module doesn't check the result of user_load, so if we create an url with an uid which doesn't exists, user_load will return FALSE but the module doesn't see that.
After each user_load, it must have a !== FALSE verification check
Comment #2
adamps commentedThe D6 version is no longer supported, so I hope you don't mind if I close this very old issue.