Running latest stable 3.0.2<br><br>I'm trying to use an ampache client quickplay on Linux or Just Player on Android.<br>In either case the code seems to be failing at line 70 of lib_ampache.php<br><br>            if(count($users)>0){<br>
<br>Note: this is before it even checks the password.<br><br>I verified that the arguments are coming in correctly.<br>I only have one user named admin.<br>I manually connected to my sqlite database and was able to do the select.<br>
I changed the query and hardcoded the prefix and the username and still that is where it is failing.<br><br>I put line numbers in all of the Invalid login lines and I get the number 103 back.<br><br>Any help is appreciated.  I have little PHP experience.<br>