Hi, the usermanager coruppted it's start value for the user list if in search mode and $_REQUEST['search'] is empty. An empty start value causes an MySQL error because the LIMIT statement become invalid. This patch fixed this. Best Regards Matthias