by Hubert Chathi.
Commenting out code that does error checking is a VERY BAD IDEA. You should instead find out why the error checking code is complaining. The error that you got tells you what you are doing wrong: you are calling the web service with the wrong type of parameters. The get_users_by_id function expects the userids parameter to be an array of IDs, not just a single ID.