Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid response from API UsersManager.getSitesAccessFromUser #923

Closed
mattab opened this issue Aug 11, 2009 · 4 comments
Closed

invalid response from API UsersManager.getSitesAccessFromUser #923

mattab opened this issue Aug 11, 2009 · 4 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Aug 11, 2009

http://piwik.org/demo/index.php?module=API&method=UsersManager.getSitesAccessFromUser&userLogin=julien&format=xml

<?xml version="1.0" encoding="utf-8" ?>
<result>
    <row>
        <1>view</1>
        <3>view</3>
    </row>
</result>

@pebosi
Copy link
Contributor

pebosi commented Aug 13, 2009

hm, how should it look like?

regards

@robocoder
Copy link
Contributor

I'm guessing this would be ok?

<?xml version="1.0" encoding="utf-8" ?>
<result>
    <row>
        <site>1</site>
        <access>view</access>
    </row>
    <row>
        <site>3</site>
        <access>view</access>
    </row>
</result>

@mattab
Copy link
Member Author

mattab commented Sep 21, 2009

Looks good to me

@robocoder
Copy link
Contributor

In [1477], fixes #923 - invalid XML response from UsersManager.getSitesAccessFromUser

@mattab mattab added this to the Piwik 0.4.4 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

3 participants