SparkyRih wrote:No... my system registers a user in the MySQL DB but ALSO a user in the DB of Subsonic...
Are you sure that your $subsonicdomain is correcy (subdomain.domain.ext:portifnot80) without http:// or any other /'s?
Edit: Are you using Sbusonic in httpS mode? I haven't thought of that in my code, that could be an issue....
Not running in https mode; I did check to make sure I had the port # in there, and added it, created a new user, but still not working. It's adding the user to the database, but not to Subsonic.
Did a little digging, found the line of code that creates the user in Subsonic, so I typed that line manually in my browser. Line is:
- Code: Select all
http://{myip/port}/rest/createUser.view?u={adminuser}&p={adminpassword}&v=1.1.0&c=remoteregister&username=test3&password=asdf&email=test@yahoo.com
Got an error message:
- Code: Select all
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<subsonic-response status="ok" version="1.7.0">
</subsonic-response>
Is it just a matter of changing the 1.1.0 above to 1.7.0 ?