Help on Moodle mobile application

Re: Help on Moodle mobile application

by Juan Leyva -
Number of replies: 0
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi,

for future reference, as we discussed via private messaging:

There is something wrong in your Moodle installation source code.

The server is returning responses with some debugging strings, in your case:

Function found{"error":"The username was not found in the database","stacktrace":null,"debuginfo":null,"reproductionlink":null}

As you can see, the "Function found" is not expected.

Please, review your login/token.php for any trace of debugging or manual output (via the functions echo, print)